Updates text preview styling.

This commit is contained in:
Lars Jung 2012-08-05 02:37:52 +02:00
parent 90b0b97e22
commit f366779f7b
5 changed files with 13 additions and 6 deletions

View file

@ -27,6 +27,11 @@
#pv-txt-text {
.syntaxhighlighter {
overflow: visible !important;
.gutter .line {
border-right: none !important;
// border-right: 3px solid #6CE26C !important;
}
}
}

View file

@ -44,10 +44,12 @@
vertical-align: baseline !important;
width: auto !important;
box-sizing: content-box !important;
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
// font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
font-family: "Ubuntu Mono", "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
font-weight: normal !important;
font-style: normal !important;
font-size: 1em !important;
// font-size: 1em !important;
font-size: 16px !important;
min-height: inherit !important;
min-height: auto !important;
}