Use regular line height for pre tags

This commit is contained in:
Tom Willemse 2013-10-25 22:28:49 +02:00
parent 935f0d12e7
commit 6cbdc4209f

View file

@ -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;