Added some uniformity, all css properties and values are separated by a colon and a space :
This commit is contained in:
parent
755e4a4700
commit
84de1b71d1
26 changed files with 502 additions and 502 deletions
|
@ -5,34 +5,34 @@
|
|||
ul.main_menu {
|
||||
border-radius: 4px;
|
||||
margin: auto;
|
||||
margin:30px 0;
|
||||
border:1px solid #BBB;
|
||||
height:37px;
|
||||
margin: 30px 0;
|
||||
border: 1px solid #BBB;
|
||||
height: 37px;
|
||||
@include bg-gray-gradient;
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@include shade;
|
||||
.count {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
display: inline-block;
|
||||
height: 15px;
|
||||
margin: 0 0 0 5px;
|
||||
padding: 0 8px 1px 8px;
|
||||
height: auto;
|
||||
font-size: 0.82em;
|
||||
line-height: 14px;
|
||||
text-align: center;
|
||||
color: #777;
|
||||
background: #f2f2f2;
|
||||
border-top: 1px solid #CCC;
|
||||
border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
top: -1px;
|
||||
display: inline-block;
|
||||
height: 15px;
|
||||
margin: 0 0 0 5px;
|
||||
padding: 0 8px 1px 8px;
|
||||
height: auto;
|
||||
font-size: 0.82em;
|
||||
line-height: 14px;
|
||||
text-align: center;
|
||||
color: #777;
|
||||
background: #f2f2f2;
|
||||
border-top: 1px solid #CCC;
|
||||
border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
}
|
||||
.label {
|
||||
background:$hover;
|
||||
text-shadow:none;
|
||||
color:$style_color;
|
||||
background: $hover;
|
||||
text-shadow: none;
|
||||
color: $style_color;
|
||||
}
|
||||
li {
|
||||
list-style-type: none;
|
||||
|
@ -59,8 +59,8 @@ ul.main_menu {
|
|||
border-left: 1px solid #BBB;
|
||||
border-radius: 0 0 1px 1px;
|
||||
&:first-child{
|
||||
border-bottom:none;
|
||||
border-left:none;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -68,10 +68,10 @@ ul.main_menu {
|
|||
a {
|
||||
background: url(home_icon.PNG) no-repeat center center;
|
||||
text-indent:-9999px;
|
||||
min-width:20px;
|
||||
min-width: 20px;
|
||||
img {
|
||||
position:relative;
|
||||
top:4px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,9 +79,9 @@ ul.main_menu {
|
|||
a {
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-weight:bold;
|
||||
height:35px;
|
||||
line-height:36px;
|
||||
font-weight: bold;
|
||||
height: 35px;
|
||||
line-height: 36px;
|
||||
color: $style_color;
|
||||
text-shadow:0 1px 1px white;
|
||||
padding:0 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue