Fixed CSS misapplication

This commit is contained in:
str4d
2015-06-29 12:31:16 +00:00
parent 67b51774e3
commit 372fb1e9a3
3 changed files with 5 additions and 8 deletions

View File

@ -22,7 +22,7 @@ div.hide {
display: none
}
.title {
div#content > .title {
font-family: "URW Gothic L", "Century Gothic", sans-serif;
text-transform: uppercase;
font-size: 2.1875rem;

View File

@ -255,7 +255,7 @@ div#content .content-inner {
margin-left: 252px;
}
div#content .title {
div#content > .title {
display: none
}

View File

@ -1,7 +1,3 @@
.title {
text-align: center;
}
#topbar .title {
display: none
}
@ -121,8 +117,9 @@ div#content .aside {
width: 100%
}
div#content .title {
margin-top: 0.5em
div#content > .title {
margin-top: 0.5em;
text-align: center;
}
div#content .inner {