diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-19 06:48:56 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-19 06:48:56 +0000 |
commit | c8bc5c665dff485a3a233e23c6eaa78930f8766f (patch) | |
tree | 068d8bdb429c9ac547de258136546655e635f98e /template/yoga/theme/p0w0/theme.css | |
parent | 908b59b39d4351c51966831aac2a82f33e0ebe33 (diff) |
Minor changes:
- last 2 buttons in Modify category
- Title and description on slideshow (with css classes to hide them)
- Category names centered on p0w0
- some display reviews on wipi
git-svn-id: http://piwigo.org/svn/trunk@1836 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index d4e241948..c121d1f0b 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -54,9 +54,8 @@ input.rateButtonSelected, text-indent: 1em; font-weight: normal; } -#content H3 { - text-indent: 3em -} +#content ul.thumbnailCategories li div.thumbnailCategory .description h3, +#content h3 { text-align: center; } .browsePath, .imageNumber, #imageHeaderBar H2, .browsePath A { @@ -277,5 +276,4 @@ input.submit:active { padding-left: 4em; padding-right: 4em; } -A:focus { outline: none; } -A:active { outline: none; } +* { outline: none; } |