Changeset 4491


Ignore:
Timestamp:
08/18/10 19:42:15 (3 years ago)
Author:
carmie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • web/trunk/trac/htdocs/libcaca.css

    r4490 r4491  
    601601    background: #fff; 
    602602} 
     603 
     604/* pastebin */ 
     605 
     606div.sidebar { 
     607    -moz-border-radius: 5px; 
     608    -webkit-border-radius-bottomright: 5px; 
     609    border-radius-topleft: 5px; 
     610    background: #D7E6FF; 
     611    border: 1px solid #2C1F1C; 
     612    float: right; 
     613    overflow: hidden; 
     614    padding: 10px; 
     615    width: 180px; 
     616} 
     617.sidebar li { 
     618    margin-left: 0; 
     619} 
Note: See TracChangeset for help on using the changeset viewer.