Fixed a CSS problem regarding <pre> elements. Made Zita look better.
This commit is contained in:
@@ -169,7 +169,6 @@ tt, code, samp, pre, var {
|
||||
|
||||
pre {
|
||||
margin-top: 10px;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@@ -420,6 +419,10 @@ div.left-float, img.left-float, video.left-float, audio.left-float {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
.highlight span {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.highlighttable {
|
||||
margin: 5px 0 5px 0;
|
||||
}
|
||||
|
||||
@@ -106,3 +106,8 @@ ul#menulinks {
|
||||
.highlighttable .code {
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
pre {
|
||||
max-width: 660px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user