Ignore:
Timestamp:
07/06/08 08:55:55 (4 years ago)
Author:
hverton
Message:

more fixed to the code block fold-out. Style sheet adjusted, line numbers right-aligned, made sure the options line under the block is the same width as the code block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl

    r1524 r1527  
    176176.quote                  { color:#333; background-color:#ddd; padding:4px; margin:5px 10px 5px 10px; border:1px #444 solid; } 
    177177 
    178 .codecontainer          { width:480px; background-color:#ffffef; border:1px #bbb solid; overflow:hidden; position:relative; z-index:1; } 
     178.codecontainer          { width:480px; border:1px #bbb solid; overflow:hidden; position:relative; z-index:1; } 
    179179.codeblock              { } 
    180 .codenr                 { font-family:monospace; font-size:1em; background-color:#fffef; padding: 0px 5px 0px 5px; vertical-align:top; } 
     180.codenr                 { font-family:monospace; font-size:1em; background-color:#ffffdf; padding: 0px 5px 0px 5px; vertical-align:top; text-align:right;} 
    181181.code                   { font-family:monospace; background-color:#ffffef; white-space:nowrap; } 
    182182 
Note: See TracChangeset for help on using the changeset viewer.