Sidebar lists: No bullets, indent text

This commit is contained in:
Stefan Schlott 2013-09-10 21:59:11 +02:00
parent f5d4e676c0
commit 3ba4d29145
2 changed files with 7 additions and 1 deletions

View file

@ -156,6 +156,12 @@ ul.iconlist {
}
}
ul.no-bullets {
list-style: none outside none;
margin-left: 15px;
text-indent: -15px;
}
div.planetpost {
h2 {
font-size: $baseFontSize * 1.25;