diff --git a/style.css b/style.css index 9c2779b..5c6d1d0 100644 --- a/style.css +++ b/style.css @@ -133,7 +133,7 @@ div.recentchanges { clear: none; } .recentchanges .metadata { - padding: 0px 0.5em; + padding: 0 0.5em; } .recentchanges .changelog { font-style: italic; @@ -420,7 +420,7 @@ li.L8 { list-style: upper-alpha; } border-right: 2px solid #3e3247; border-bottom: 2px solid #271f2d; border-radius: 7px; - padding: 0px 0.5em 0px 0.5em; + padding: 0 0.5em 0 0.5em; font-family: sans-serif; font-weight: bold; font-size: small; @@ -573,6 +573,10 @@ a { } .ibox-head span.color { width: 100%; + padding: 0; + margin: -1px; + border: solid 1px #000; + border-radius: 0.35em; display: inline-block }