Ignore:
Timestamp:
Dec 10, 2008, 8:51:26 PM (15 years ago)
Author:
guille
Message:

se cambio el themes para menu en columna y actualizaron estilos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/spip/esqueleto-redcta/plugins/magusine/themes/redCTA/disposition.css

    r80 r89  
    1010margin: 0 auto;
    1111padding: 15px;
    12 background: url('images/commune-pgv-logos.gif') no-repeat bottom left #fff;
     12background-color:#fff;
     13
    1314}
    1415
     
    8081
    8182#navigation {
    82 position: absolute;
    8383width: 130px;
    8484}
     
    8686#navigation li {
    8787font-size: 12px;
    88 text-align: right;
     88text-align: left;
    8989line-height: 140%;
    9090}
     
    9797color: #f90;   
    9898}
    99 
     99#navigation .niveau1 {
     100margin-left: 4px;
     101border-bottom:1px solid #ccc;
     102}
     103#navigation .niveau2 {
     104margin-left: 8px;
     105}
    100106
    101107/* ajout du bloc rechercher pa jquery */
     
    109115/* contextes */
    110116
    111 #contextes {
     117#contexte1 {
     118float: left;
     119width: 140px;
     120}
     121#contexte2 {
    112122float: right;
    113123width: 140px;
     
    134144
    135145#corps {
    136 margin:0 150px 0 145px;
     146margin:0 150px 0 150px;
    137147min-height: 400px;
    138148_height: 400px;
Note: See TracChangeset for help on using the changeset viewer.