Line 272: | Line 272: | ||
} | } | ||
.contentRow { | .contentRow { | ||
− | + | align:center; | |
− | + | overflow:auto; | |
− | + | background-color:white; | |
− | + | max-width:60em; | |
− | + | margin:auto; | |
− | + | padding:0 2em; | |
+ | border:1px solid black; | ||
} | } | ||
.contentCell { | .contentCell { | ||
− | display: | + | display:inline-block; |
− | + | max-width:36em; | |
− | + | margin:0; | |
− | + | border:1px solid blue; | |
+ | margin-bottom:2em; | ||
} | } | ||
.contentSmallCell{ | .contentSmallCell{ | ||
− | + | float:left; | |
+ | background-color:lightblue; | ||
+ | |||
+ | max-width:16em; | ||
+ | border:2px solid red; | ||
+ | margin-bottom:2em; | ||
+ | margin-right:3em; | ||
width: 40%; | width: 40%; | ||
+ | } | ||
+ | contentBothCols { | ||
+ | float:left; | ||
+ | background-color:lightblue; | ||
+ | |||
+ | max-width:56em; | ||
+ | border:2px solid red; | ||
+ | margin-bottom:2em; | ||
+ | |||
} | } | ||
Revision as of 12:52, 19 October 2016
iGEM Tuebingen