- Patch #421076 by stBorchert, Xano: increase font size of code and kbd tags.

merge-requests/26/head
Dries Buytaert 2009-08-17 19:05:26 +00:00
parent 14ce7b4d4e
commit 0138e3946a
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ quote, code, fieldset {
margin: .5em 0;
}
code, pre, kbd {
font-size: 115%;
}
p {
margin: 0.6em 0 1.2em;
padding: 0;