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

@ -11,7 +11,7 @@
a {
color: $link_color;
&:hover {
text-decoration:none;
text-decoration: none;
color: $blue_link;
}
}