Added some uniformity, all css properties and values are separated by a colon and a space :

This commit is contained in:
Koen Punt 2012-11-23 17:33:43 +01:00
parent 755e4a4700
commit 84de1b71d1
26 changed files with 502 additions and 502 deletions

View file

@ -14,7 +14,7 @@ ul {
&.smoke { background-color:#f5f5f5; }
&:hover {
background:$hover;
background: $hover;
border-bottom:1px solid #ADF;
}
&:last-child { border:none }
@ -22,11 +22,11 @@ ul {
p {
padding-top: 1px;
margin:0;
margin: 0;
color:#222;
img {
position:relative;
top:3px;
position: relative;
top: 3px;
}
}
}
@ -35,7 +35,7 @@ ul {
ol, ul {
&.styled {
li {
padding:2px;
padding: 2px;
}
}
}