Make event header a list, align icons

This commit is contained in:
Stefan Schlott 2013-08-27 11:47:41 +02:00
parent c273939cbd
commit ca3b00f0bb
2 changed files with 67 additions and 49 deletions

View file

@ -113,7 +113,7 @@ ul.horizontal {
}
}
div.commaseparated {
div.commaseparated, li.commaseparated {
clear: both;
ul {
display: inline;
@ -131,6 +131,21 @@ div.commaseparated {
}
}
ul.iconlist {
margin: 0;
> li {
display: block;
padding-left: 20px;
font-family: $baseFontFamily;
}
> li:before {
width: 17px;
display: inline-block;
margin-left: -20px;
font-family: FontAwesome;
}
}
div.planetpost {
h2 {
font-size: $baseFontSize * 1.25;