Team:TU Delft/test
From 2010.igem.org
(Difference between revisions)
Line 274: | Line 274: | ||
body { | body { | ||
background-color: #d0f1fa; | background-color: #d0f1fa; | ||
- | |||
font-family: Verdana, Arial; | font-family: Verdana, Arial; | ||
font-size: 12px; | font-size: 12px; | ||
Line 282: | Line 281: | ||
#TUD-main-wrapper { | #TUD-main-wrapper { | ||
width: 100%; | width: 100%; | ||
- | + | height:auto !important; /* real browsers */ | |
+ | height:100%; /* IE6: treaded as min-height*/ | ||
+ | min-height:100%; /* real browsers */ | ||
text-align: center; | text-align: center; | ||
background-image: url('https://static.igem.org/mediawiki/2010/b/b3/TU_Delft_footer_tile.gif'); | background-image: url('https://static.igem.org/mediawiki/2010/b/b3/TU_Delft_footer_tile.gif'); | ||
Line 305: | Line 306: | ||
#TUD-main-wrapper2 { | #TUD-main-wrapper2 { | ||
width: 100%; | width: 100%; | ||
- | height: auto; | + | height:auto !important; /* real browsers */ |
+ | height:100%; /* IE6: treaded as min-height*/ | ||
+ | min-height:100%; /* real browsers */ | ||
text-align: center; | text-align: center; | ||
background-image: url('https://static.igem.org/mediawiki/2010/9/9d/TU_Delft_bg_tile.gif'); | background-image: url('https://static.igem.org/mediawiki/2010/9/9d/TU_Delft_bg_tile.gif'); | ||
Line 329: | Line 332: | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 0; | padding: 0; | ||
+ | height:auto !important; /* real browsers */ | ||
+ | height:100%; /* IE6: treaded as min-height*/ | ||
+ | min-height:100%; /* real browsers */ | ||
} | } | ||