diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-11 22:29:13 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-11 22:29:13 +0000 |
commit | 1f33df4715f4293787beb5b64721df6db3a2083c (patch) | |
tree | 9433da8ef2524199ea656d4185a5211396ebebd9 /theme/base/css | |
parent | 3b9f235e42da7d862fae7b4da7ea008b98493832 (diff) |
(Subjective) The dotted border style is less obtrusive (negative
space) than the dotted border style. While present, the dotted blends
away better. Observing 1 + 1 = 3 or more principle.
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 3b4a2a4b3..ec9e6097f 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -717,7 +717,7 @@ clear:both; float:left; width:100%; border-top-width:1px; -border-top-style:dashed; +border-top-style:dotted; } .notices li { list-style-type:none; |