rdrew
6 years ago
5 changed files with 46 additions and 1 deletions
File diff suppressed because one or more lines are too long
@ -0,0 +1,16 @@ |
|||||||
|
//main menu |
||||||
|
|
||||||
|
$main_menu_dropdown_width: 16em; |
||||||
|
|
||||||
|
|
||||||
|
.sf-menu ul { |
||||||
|
width: $main_menu_dropdown_width !important; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
//author tasks |
||||||
|
.link-info { |
||||||
|
display:block; |
||||||
|
font-style: italic; |
||||||
|
color: #909090; |
||||||
|
} |
Loading…
Reference in new issue