diff options
author | Dan McGee <dan@archlinux.org> | 2011-10-06 10:20:30 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-06 10:20:30 -0500 |
commit | f6527810b0d28db8a07a26e84148d1229b18d29e (patch) | |
tree | 87e05d187425de3031a1d327006abba392840f18 | |
parent | f867f9469f3baead53dbf8dc7547a318541efece (diff) |
Make border style and color consistent on different pages
Use dotted and #bbb where appropriate as opposed to the varying styles
we had before. Addresses FS#25834.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | media/archweb.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media/archweb.css b/media/archweb.css index eb0f0ca1..ea2f3fb5 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -273,7 +273,7 @@ dl { margin-bottom: 4px; padding: 8px 0px 4px; font-weight: bold; - border-top: 1px solid #888; + border-top: 1px dotted #bbb; } dl dt { @@ -568,7 +568,7 @@ div#donor-list ul { /* download page */ #arch-downloads h3 { - border-bottom: 1px dotted #aaa; + border-bottom: 1px dotted #bbb; } table#download-torrents .cpu-arch { @@ -840,7 +840,7 @@ form#dash-pkg-notify { padding: 1em 0 0; margin-top: 1em; font-size: 0.85em; - border-top: 1px dotted #aaa; + border-top: 1px dotted #bbb; } form#dash-pkg-notify label { |