diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-05-28 01:19:05 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-05-28 01:19:05 +0000 |
commit | 32c6c4a0b726104970a64e31d8ba206f9c4192a0 (patch) | |
tree | 9d075d68537a8f9b6872df9a4d807b744455c44f /template/yoga/theme/dark/theme.css | |
parent | 6cdc153757d2f52ef7b0d7855b4a74b5a936b833 (diff) |
improve : a more compact header to picture.tpl (+ use css instead of hidden hr)
git-svn-id: http://piwigo.org/svn/trunk@1325 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/dark/theme.css')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index c173a89eb..6a9ee7a40 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -46,11 +46,18 @@ H2, #menubar DT, .throw { } /* borders */ -#menubar DL, #content, #imageToolBar, +#menubar DL, #content, #comments DIV.comment BLOCKQUOTE { border: 1px solid #000000; } +#imageHeaderBar { + border-top: 1px solid #000000; +} +H2, #menubar DT, #imageToolBar { + border-bottom: 1px solid #000000; +} + #theImage IMG { border-color: #000000; } @@ -78,10 +85,6 @@ FIELDSET, INPUT, SELECT, TEXTAREA, border-color: yellow; /* thumbnails border color when mouse cursor is over it */ } -H2, #menubar DT, #imageHeaderBar { - border-bottom: 1px solid #000000; -} - /* links */ A, .rateButton { color: #FFFFFF; |