style.css: setting default font size is imo a bit invasive
This commit is contained in:
parent
dda7462013
commit
6c139caf3c
|
@ -2,7 +2,7 @@ body {
|
||||||
background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%;
|
background: #EEF2FF url('img/fade-blue.png') repeat-x 50% 0%;
|
||||||
color: black;
|
color: black;
|
||||||
font-family: arial, helvetica, sans-serif;
|
font-family: arial, helvetica, sans-serif;
|
||||||
font-size: 11pt;
|
font-size: 10pt;
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
@ -909,4 +909,4 @@ code > pre > span.pln {
|
||||||
div.post div.body {
|
div.post div.body {
|
||||||
clear: none;
|
clear: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue