aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-01-10 21:26:23 +0000
committervdigital <vdigital@piwigo.org>2007-01-10 21:26:23 +0000
commit2a9c48225dc8e065de71a9b077b1e935e10aa077 (patch)
tree8083993eb2126ae59d12d0a26598565b888a684a /template
parent6e6e9615c75bdbe5a3a118625f43411cd8542801 (diff)
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
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/p0w0/theme.css5
1 files changed, 3 insertions, 2 deletions
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;
}