Changeset 4535 for akademie


Ignore:
Timestamp:
22 Sep 2009, 15:49:20 (15 years ago)
Author:
Henrik Bettermann
Message:

fix middle column

File:
1 edited

Legend:

Unmodified
Added
Removed
  • akademie/moodle_themes/akademie/fw_layout.css

    r4534 r4535  
    6666}
    6767
     68
     69#left-column .hidden .header, #right-column .hidden .header {
     70    border-bottom-style:dashed;
     71    border-bottom-width:1px;
     72}
     73
    6874#layout-table #middle-column{
    69     padding: 0px;
    70 }
    71 
    72 #left-column .hidden .header, #right-column .hidden .header {
    73 border-bottom-style:dashed;
    74 border-bottom-width:1px;
    75 }
    76 
     75    vertical-align:top;
     76    padding:0 6px;
     77}
    7778
    7879#content {
    79 clear:both;
     80    clear:both;
    8081}
    8182 
     
    99100  padding: 0px;
    100101}
    101 #layout-table #middle-column{
    102   vertical-align:top;
    103   padding-left:6px;
    104   padding-right:6px;
    105 }
     102
    106103.sitetopic {
    107104  padding:0px 0px 4px 0px;
Note: See TracChangeset for help on using the changeset viewer.