Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Always use monospace font in geshi.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Mees committed Nov 30, 2011
1 parent a9368a2 commit a6d26d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Expand Up @@ -700,6 +700,14 @@ pre>samp {

.serendipity_freetag_taglist_related { font-size: 1.25em; }

.geshi {
font-family: monospace, monospace;
_font-family: 'courier new', monospace;
font-size: .875em;
}

pre .geshi { font-size: 1em; }

/* Helper classes */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

Expand Down

0 comments on commit a6d26d9

Please sign in to comment.