Commit 2c398219bbf56583a3247d39d20232898b87e256
1 parent
a7ab31f9
first
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
frontend/web/css/site.css
@@ -1151,12 +1151,10 @@ select{ | @@ -1151,12 +1151,10 @@ select{ | ||
1151 | list-style:none; | 1151 | list-style:none; |
1152 | } | 1152 | } |
1153 | .social ul li{ | 1153 | .social ul li{ |
1154 | - display:inline-block; | ||
1155 | - vertical-align:top; | ||
1156 | - margin:0;padding:0 3px 0 0; | 1154 | + display:table-cell; |
1157 | } | 1155 | } |
1158 | * html .social ul li{ | 1156 | * html .social ul li{ |
1159 | - display:inline; | 1157 | + display:table-cell; |
1160 | } | 1158 | } |
1161 | *+html .social ul li{ | 1159 | *+html .social ul li{ |
1162 | display:table-cell; | 1160 | display:table-cell; |