diff options
| author | Rob Peters <makitso@gmail.com> | 2010-09-25 12:56:05 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-09-25 12:56:05 +0000 |
| commit | 41e4ab18542ed05d6178c7b21050a1c646a8cae9 (patch) | |
| tree | 4bc93d124997e43eb201406950af53643368b7c6 /themes/colors/css/ash.css | |
| parent | 198997c7ce267c6ab7690d09cea7bc861d712baa (diff) | |
| download | webtrees-41e4ab18542ed05d6178c7b21050a1c646a8cae9.tar.gz webtrees-41e4ab18542ed05d6178c7b21050a1c646a8cae9.tar.bz2 webtrees-41e4ab18542ed05d6178c7b21050a1c646a8cae9.zip | |
Fix borders for news and welcome blocks
Diffstat (limited to 'themes/colors/css/ash.css')
| -rw-r--r-- | themes/colors/css/ash.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index 72e3b1eade..a1c942d984 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -298,10 +298,10 @@ color: #ffffff; } /* Start Standard Code */ -.blockcontent { +div.blockcontent { margin-left:auto; -border:1pt solid #999; -margin-right:5px; +border:1px solid #999; +margin-right:auto; margin-bottom:10px; font-size: 13px; overflow:auto; @@ -1054,10 +1054,10 @@ color:#000; .block { color: #030303; vertical-align: top; + } .news_box { -border: 1px solid #000; padding: 3pt; } |
