mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
Clean up CSS
This commit is contained in:
parent
9d03c861b8
commit
94dd33a870
|
@ -20,6 +20,8 @@ body {
|
|||
min-height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: @base-100;
|
||||
color: @color-content-text;
|
||||
font-family: @fonts;
|
||||
// font-smoothing: antialiased;
|
||||
// -webkit-font-smoothing: antialiased; /* Chrome, Safari */
|
||||
|
@ -280,7 +282,6 @@ a {
|
|||
line-height: @content-line-height;
|
||||
font-size: @content-body-size;
|
||||
z-index: 0;
|
||||
color: @color-content-text;
|
||||
|
||||
#contentSub,
|
||||
#contentSub2 {
|
||||
|
|
Loading…
Reference in a new issue