diff options
author | Dan McGee <dan@archlinux.org> | 2013-04-20 11:34:12 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-04-20 11:34:12 -0500 |
commit | 1364f689fd177e11ab04f0842035175baf80de35 (patch) | |
tree | 799b03b6a1e37fba85316690631e83f7e8a8606f /sitestatic | |
parent | 3e085183bf39c59fdcd0b9e67b5a02653a51d30e (diff) |
Minor CSS cleanups/tweaks
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 5c506914..b7d6e1ee 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -314,7 +314,7 @@ dl { dl dt, dl dd { margin-bottom: 4px; - padding: 8px 0px 4px; + padding: 8px 0 4px; font-weight: bold; border-top: 1px dotted #bbb; } @@ -420,7 +420,7 @@ table thead th.tablesorter-headerDesc { } table thead th.sorter-false { - background-image: url(); + background-image: none; cursor: default; } @@ -490,13 +490,13 @@ table thead th.sorter-false { h3 span.arrow { display: block; - width: 0px; - height: 0px; + width: 0; + height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #1794D1; margin: 0 auto; - font-size: 0px; + font-size: 0; line-height: 0px; } |