diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-10 21:26:23 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-10 21:26:23 +0000 |
commit | 2a9c48225dc8e065de71a9b077b1e935e10aa077 (patch) | |
tree | 8083993eb2126ae59d12d0a26598565b888a684a /template/yoga/theme/p0w0/theme.css | |
parent | 6e6e9615c75bdbe5a3a118625f43411cd8542801 (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 '')
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 5 |
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;
}
|