fixing pre/sub/sup/code/kbd formatting

This commit is contained in:
Kris Aubuchon 2013-10-30 09:11:05 -04:00
parent ef954f46ba
commit 7900fa0184
2 changed files with 31 additions and 0 deletions

View File

@ -1007,3 +1007,7 @@ a.attachment:before {
font-family: "FontAwesome";
content: "\f019";
}

View File

@ -193,3 +193,30 @@ i {background: #e4f2f8;
}
/* Code, KBD, Sub/sup formatting */
code,kbd,pre,samp{
font-family:monospace, serif;font-size:1em
}
pre { white-space:pre-wrap= }
q{ quotes:"\201C" "\201D" "\2018" "\2019" }
small{ font-size:80% }
sub,sup{
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline
}
sup{top:-0.5em}
sub{bottom:-0.25em}
figure{margin:0}
fieldset{
border:1px solid #c0c0c0;
margin:0 2px;
padding:0.35em 0.625em 0.75em
}
legend{
border:0;
padding:0
}