aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/wipi
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-01-11 05:49:19 +0000
committervdigital <vdigital@piwigo.org>2007-01-11 05:49:19 +0000
commit551e803213536981cd47e14161b805420d7ab2c9 (patch)
tree6fb479f78e560b165367d1e986db3a285967a98e /template/yoga/theme/wipi
parent7397c8d4c23533e2e33caae273da83ada3970b23 (diff)
To solve a background issue in plugin perspective class="content" has been introduced and now it is spread to other distributed themes.
Don't be surprised by #content and .content they are different. git-svn-id: http://piwigo.org/svn/trunk@1713 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/wipi')
-rw-r--r--template/yoga/theme/wipi/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css
index 95ebf7f0f..1035d87b9 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -77,7 +77,7 @@ A {
A:hover {
border-color: #f92;
}
-#content {
+#content, .content {
background-color: #181818;
border: 1px solid #eee;
padding: 5px;