aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
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;
}