Style social links

This commit is contained in:
Stefan Schlott 2013-08-23 13:38:24 +02:00
parent 0132b46d5a
commit 7d291d47a6
2 changed files with 18 additions and 1 deletions

View file

@ -101,3 +101,16 @@ h4 small { font-size: $baseFontSize; }
margin-bottom: -3px;
}
ul.horizontal {
color: $cccsGreen;
list-style: none outside none;
li {
padding-right: 2em;
}
li:before {
font-size: 150%;
margin-right: 0.3em;
}
}