comparison WebContent/mmpa/mmpa.css @ 3:f198c86dd1f6

umstellung fuer dariah browser
author dwinter
date Wed, 09 Jan 2013 14:37:39 +0100
parents
children
comparison
equal deleted inserted replaced
2:d8af0ff76407 3:f198c86dd1f6
1 /*
2 Cascading Style Sheets, level 2 revision 1.
3 CSS 2.1 Specification is available at
4 http://www.w3.org/TR/2006/WD-CSS21-20061106/
5 */
6
7 #everything {
8 display: table;
9
10 }
11
12 #mainView {
13 display:table-row;
14 vertical-align: top;
15
16 }
17 #mainNavigation{
18 display:table-cell;
19 vertical-align: top;
20 }
21
22 #viewer{
23 display:table-cell;
24 vertical-align: top;
25 }
26
27 #browseFacet{
28 display:table-cell;
29 vertical-align: top;
30 }
31
32