mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Fix white space styling in manual
This commit is contained in:
parent
b444b26414
commit
63979eef39
1 changed files with 2 additions and 3 deletions
|
@ -121,6 +121,7 @@ h3 abbr.initialism{
|
|||
font-variant: normal;
|
||||
}
|
||||
|
||||
code.ws,
|
||||
code.string,
|
||||
code.tag,
|
||||
code.path,
|
||||
|
@ -554,16 +555,14 @@ figure.corrected code{
|
|||
top: .5rem;
|
||||
}
|
||||
|
||||
.ws{
|
||||
span.ws{
|
||||
border: 1px solid #222;
|
||||
padding: .1rem;
|
||||
line-height: 1;
|
||||
margin: 0 .1rem;
|
||||
font-size: .5rem;
|
||||
display: inline-block;
|
||||
font-family: monospace;
|
||||
vertical-align: middle;
|
||||
margin-top: -3px; /* to match poor crimson alignment */
|
||||
}
|
||||
|
||||
code.terminal b,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue