Use class instead id for css styles

This commit is contained in:
Dmitriy Zaporozhets 2012-10-02 10:26:24 +03:00
parent 69751aac32
commit b82cb2630c
4 changed files with 12 additions and 23 deletions

View file

@ -13,7 +13,10 @@ ul {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
&.smoke { background-color:#f5f5f5; }
&:hover { background:$hover; }
&:hover {
background:$hover;
border-bottom:1px solid #ADF;
}
&:last-child { border:none }
.author { color: #999; }