1
0

Remove default style on footer i element in 2k11

To make the theme name stand out less, but still have the semantic
value of the i element.
This commit is contained in:
Matthias Mees
2015-05-19 19:19:18 +02:00
parent 9715fe4b94
commit 780b7166b8

View File

@ -619,6 +619,10 @@ pre .geshi {
padding: .9167em 1.2308em 1em;
}
#colophon i {
font-style: normal;
}
.serendipity_center {
margin-left: auto;
margin-right: auto;