diff options
| author | Rob Peters <makitso@gmail.com> | 2011-11-10 16:47:12 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2011-11-10 16:47:12 +0000 |
| commit | ecd8d5f6b4a2bfad78f0473859511842ec879b2d (patch) | |
| tree | 5a2804f8b97915e416a1bde46432f4f844e6c25b /themes | |
| parent | 2df248b07d980549a3f3d6a15a55e9ec89709eb2 (diff) | |
| download | webtrees-ecd8d5f6b4a2bfad78f0473859511842ec879b2d.tar.gz webtrees-ecd8d5f6b4a2bfad78f0473859511842ec879b2d.tar.bz2 webtrees-ecd8d5f6b4a2bfad78f0473859511842ec879b2d.zip | |
Remove border from around topmenu, added by mistake
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/clouds/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index cb30490ad8..0a0687bee3 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -58,7 +58,7 @@ body { /* set up div container for main menu and options menu */ -#topMenu {border-bottom: 1px solid #003399; clear: both; height:31px; width: 100%; background: #aaccff;} +#topMenu {clear: both; height:31px; width: 100%; background: #aaccff;} #menu-right {float: right; margin-right: 20px;} /* LTR to TRL Translation */ |
