Update: menu separators & text placeholder

This commit is contained in:
Gary Sharp
2013-12-26 11:53:02 +11:00
parent 35391ad1a1
commit 2ddf4b7bd9
12 changed files with 64 additions and 103 deletions
@@ -3058,12 +3058,6 @@ header nav ul#menu > li,
display: inline-block;
z-index: 100000;
}
header nav ul#menu > li.sep:after,
#header nav ul#menu > li.sep:after {
padding: 4px 0;
color: #ffffff;
content: '\007C';
}
header nav ul#menu > li.moveRight,
#header nav ul#menu > li.moveRight {
margin-left: 40px;
File diff suppressed because one or more lines are too long
-6
View File
@@ -134,12 +134,6 @@ header nav ul#menu > li,
display: inline-block;
z-index: 100000;
}
header nav ul#menu > li.sep:after,
#header nav ul#menu > li.sep:after {
padding: 4px 0;
color: #ffffff;
content: '\007C';
}
header nav ul#menu > li.moveRight,
#header nav ul#menu > li.moveRight {
margin-left: 40px;
-6
View File
@@ -60,12 +60,6 @@ header, #header {
display: inline-block;
z-index: 100000;
&.sep:after {
padding: 4px 0;
color: @white;
content: '\007C';
}
&.moveRight {
margin-left: 40px;
}
File diff suppressed because one or more lines are too long