Commit 458e2833 authored by Leo Iannacone's avatar Leo Iannacone

Fix top badges padding

parent 02c97f54
...@@ -396,6 +396,10 @@ padding-top: 4px; ...@@ -396,6 +396,10 @@ padding-top: 4px;
height: 40px; height: 40px;
} }
#top span {
padding: 0;
}
#content { #content {
width: 985px; width: 985px;
margin: 10px auto; margin: 10px auto;
...@@ -1401,7 +1405,7 @@ ins { ...@@ -1401,7 +1405,7 @@ ins {
min-width: 20px; min-width: 20px;
text-align: center; text-align: center;
height: 40px; height: 40px;
padding: 0; padding-right: 10px;
} }
#sub_header_options { #sub_header_options {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment