compress css

This commit is contained in:
gaspard 2014-09-25 10:54:04 +02:00
commit 7aa4166c5a
3 changed files with 3 additions and 407 deletions

View file

@ -77,7 +77,8 @@ ul { list-style-image: url('/images/bullet_dark.png'); }
ul li { margin-left: 1em; }
ol { list-style-type: decimal; }
ol li { margin-bottom: 1em; padding-right: 10px; }
ol li { padding: 0.5em 10px 0.5em 0; }
ol li:nth-child(n+2) { border-top: 1px solid #ddd; }
ol li:hover { border-right: 3px solid $links; padding-right: 7px; }
.float-left { float: left; }