align share buttons

This commit is contained in:
Uvis Grinfelds 2014-10-20 18:10:45 +02:00
parent c556a9e38e
commit c1f34a1390
3 changed files with 3 additions and 1 deletions

View file

@ -54,6 +54,7 @@
ul {
margin-top: 30px;
list-style:none;
padding: 0;
}
li {

View file

@ -5611,6 +5611,7 @@ a:hover {
#share ul {
margin-top: 30px;
list-style: none;
padding: 0;
}
#share li {
margin: 0 20px;

File diff suppressed because one or more lines are too long