Changeset 10872


Ignore:
Timestamp:
May 14, 2011, 11:15:39 AM (13 years ago)
Author:
Gotcha
Message:

Amélioration des marges pour le menubar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/trunk/theme.css

    r10481 r10872  
    9191
    9292#menubar {
    93 height:2.1em;
    9493position:relative;
    9594width:980px;
    9695z-index:2;
    97 padding-bottom:25px;
    98 display:block;
     96padding-bottom:5px;
     97display:table;
    9998float:none;
    10099margin:-2px auto 3px
     
    149148}
    150149
     150#menubar dl dd:hover, #menubar dl:hover dd {
     151  width: 260px;
     152}
     153
    151154#menubar dd a {
    152155border:1px solid #3F3F3F;
     
    172175#menubar dl {
    173176display:inline;
    174 height:25px;
    175177text-align:center;
    176178width:25%
Note: See TracChangeset for help on using the changeset viewer.