Use regular line height for pre tags
This commit is contained in:
parent
935f0d12e7
commit
6cbdc4209f
1 changed files with 4 additions and 0 deletions
4
org.css
4
org.css
|
@ -14,6 +14,10 @@ body {
|
||||||
line-height: 160%;
|
line-height: 160%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
line-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
float: right;
|
float: right;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
|
Loading…
Reference in a new issue