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:
@ -619,6 +619,10 @@ pre .geshi {
|
||||
padding: .9167em 1.2308em 1em;
|
||||
}
|
||||
|
||||
#colophon i {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.serendipity_center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
Reference in New Issue
Block a user