Make event header a list, align icons
This commit is contained in:
parent
c273939cbd
commit
ca3b00f0bb
2 changed files with 67 additions and 49 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue