mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
fixing pre/sub/sup/code/kbd formatting
This commit is contained in:
parent
ef954f46ba
commit
7900fa0184
2 changed files with 31 additions and 0 deletions
|
@ -1007,3 +1007,7 @@ a.attachment:before {
|
|||
font-family: "FontAwesome";
|
||||
content: "\f019";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue