bit reordering and cleanup unused styles

This commit is contained in:
Dmitriy Zaporozhets 2012-12-13 21:44:55 +02:00
parent e228dae876
commit a8fbda945e
6 changed files with 81 additions and 124 deletions

View file

@ -39,3 +39,17 @@ ol, ul {
}
}
}
/** light list with border-bottom between li **/
ul.bordered-list {
margin: 5px 0px;
padding: 0px;
li {
padding: 5px 0;
border-bottom: 1px solid #EEE;
overflow: hidden;
display: block;
margin: 0px;
&:last-child { border:none }
}
}