Changeset 5955


Ignore:
Timestamp:
01/24/12 22:08:32 (4 months ago)
Author:
vain
Message:
  • my last try to style the code higlighting box; lines still do not match...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/core/css/error.css

    r5954 r5955  
    117117    border-right:1px solid gray; 
    118118    color:gray; 
    119     padding-right: 6px; 
     119    padding: 0.6em; 
    120120    text-align:right; 
    121121    font-family:monospace; 
    122122    font-size:14px; 
    123123    line-height: 1.3em; 
     124    margin-top: 0 !important; 
    124125} 
    125126 
     
    132133 
    133134pre { 
    134     margin:3px; 
    135     /*width:62%*/ 
     135    font-family: monospace; 
     136    font-size: 14px; 
     137    line-height: 1.3em; 
     138    overflow: auto; 
     139    padding: 0.7em !important; 
     140    margin-top: 0 !important; 
    136141} 
    137142 
Note: See TracChangeset for help on using the changeset viewer.