forked from I2P_Developers/i2p.www
Fixed CSS misapplication
This commit is contained in:
@ -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;
|
||||
|
@ -255,7 +255,7 @@ div#content .content-inner {
|
||||
margin-left: 252px;
|
||||
}
|
||||
|
||||
div#content .title {
|
||||
div#content > .title {
|
||||
display: none
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user