From 2a9c48225dc8e065de71a9b077b1e935e10aa077 Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 10 Jan 2007 21:26:23 +0000 Subject: Admin Advices now is p0w0 compliant (other themes as well coming). Admin Advices random thumbnail is partly check (Name, Description, Author, creation date and metadata) well updated or not. Tags relation will be checked asap for the thumbnail. More : Thumbnail is directly linked to Modify picture Admin function to make it accurate. git-svn-id: http://piwigo.org/svn/trunk@1709 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/p0w0/theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index f2a3e5648..f9b40aa1d 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -77,8 +77,9 @@ A { A:hover { border-color: #f92; } -#content { - background-color: #eee; +#content, DIV.content { + /* All div similar to #content can be classified as content */ + background-color: #eee; border: 1px solid #69c; padding: 5px; } -- cgit v1.2.3