Bit of CSS allowing for user styles which are not overwritten on upgrade

This commit is contained in:
Tom Slominski
2013-11-02 15:34:20 +00:00
parent 8cbc21f60f
commit c97d882872

View File

@@ -243,17 +243,14 @@ header {
} }
/* Error page */ /* Error page */
#wrap > h1 > a, #wrap > h1 > a {
#wrap > h1,
header > h1 {
display: none; display: none;
} }
#container > header > h1 {
display: inline-block;
}
#wrap > h2, #wrap > h2,
#wrap > p { #wrap > p {
color: red; color: red;
} }
/* Importing custom user styles */
@import url("public/user-style.css");