Ignore:
Timestamp:
02/21/12 13:56:17 (13 years ago)
Author:
tjcschipper
Message:

Laatste versie van de 'oude' dashboard interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Cartis/css/visualeditors.css

    r239 r276  
    2424
    2525#wrapper {
    26     width: 80%;
    27     min-width: 800px;
     26    width: 960px;
    2827    margin: 0 auto;
    2928}
     
    506505
    507506#breadcrumbs {
     507    font-size: 14px;
     508    color: #fff;
     509    margin: 0 10px;
     510    padding: 5px 20px;
     511    width: 88%;
     512}
     513
     514#breadcrumbs a {
     515    text-decoration: none;
     516    color: #fff;
     517}
     518
     519#breadcrumbs a:hover {
     520    color: #367ac3;
     521}
     522
     523#breadcrumbs a.selected {
    508524    text-decoration: underline;
    509     font-size: 50px;
    510     font-family: monospace;
    511 }
     525}
Note: See TracChangeset for help on using the changeset viewer.