Commit 8f436be1 authored by Riccardo Padovani's avatar Riccardo Padovani

Custom background for community pages

parent 73740f01
This source diff could not be displayed because it is too large. You can view the blob instead.
img/dotted.png

159 Bytes

...@@ -32,6 +32,11 @@ input[type="search"]::-webkit-search-results-decoration { display: none; } ...@@ -32,6 +32,11 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
} }
} }
// Custom background for community pages
body.node-type-community-page {
background: url("../img/dotted.png") repeat scroll 0 0 #F5F6F7;
}
header.banner { header.banner {
margin-bottom:0; margin-bottom:0;
...@@ -124,4 +129,4 @@ header.banner { ...@@ -124,4 +129,4 @@ header.banner {
font-weight:300; font-weight:300;
} }
} }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment