Changeset 756 for trunk

Show
Ignore:
Timestamp:
08/25/11 12:13:03 (9 months ago)
Author:
mgalloy
Message:

Updating spacing around code snippets. Not sure why, but there was negative spacing around code snippets.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/resources/main.css

    r749 r756  
    5050/* code styles */ 
    5151code { font-family: Monaco, "Courier New", Courier, monospace; } 
    52 code.listing { white-space: pre; display: block; margin: -0.75em 0 -0.75em 0; padding: 0 3em 0 1em; font-size: 90%; line-height: 1.4em; } 
     52code.listing { white-space: pre; display: block; margin: 0.75em 0 0.75em 0; padding: 0 3em 0 1em; font-size: 90%; line-height: 1.4em; } 
    5353code.source { white-space: pre; display: block; font-size: 90%; } 
    5454code.source span.comments { color: #408080; }