Changeset 1182


Ignore:
Timestamp:
Apr 15, 2006, 12:11:03 PM (18 years ago)
Author:
chrisaga
Message:
  • improve display : set a min-width for the decent browsers. No good IE fix now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template-common/default-layout.css

    r1138 r1182  
    1 /* $Id$ */
     1/* $Id:$ */
    22
    33/* Set the width of the menubar for the galery */
     
    77#content {
    88  margin-left: 20em;    /* = #menubar width + 2em */
     9}
     10/* Set minimum width of the page before getting a scrollbar */
     11/* IE5 and IE6 don't get that */
     12BODY {
     13  min-width: 60em;      /* ~ 3* #menubar width */
    914}
    1015
Note: See TracChangeset for help on using the changeset viewer.