From c8bc5c665dff485a3a233e23c6eaa78930f8766f Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 19 Feb 2007 06:48:56 +0000 Subject: 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 --- template/yoga/theme/p0w0/theme.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'template/yoga/theme/p0w0') 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; } -- cgit v1.2.3