Sidebar lists: No bullets, indent text
This commit is contained in:
parent
f5d4e676c0
commit
3ba4d29145
2 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue