Changeset 315

Show
Ignore:
Timestamp:
09/11/07 16:54:00 (6 years ago)
Author:
welshbyte
Message:

Make pastebinned code monospace. Probably crackful css, I haven't used it
for a while.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • htdocs/css/pastebin.css

    r238 r315  
    3737 
    3838.hl-main pre { margin: 0; padding: 0; } 
     39 
     40div#displayCode * { 
     41        font: normal 10pt 'Courier New', monospace; 
     42}