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/tealtop.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/tealtop.css')
| -rw-r--r-- | themes/colors/css/tealtop.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index 66f2d69650..15546731ab 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9320 2010-08-29 12:30:00Z rob $ +* $Id: ash.css 9516 2010-09-22 22:38:58Z nigel $ */ .something { @@ -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; } |
