Mercurial > hg > events2kml
annotate WebContent/mmpa/mmpa.css @ 6:a7c8d212f5f4 JS-viewer tip
exchanged e4D for new JS-viewer (GeoTemCo)
+ whitespace-changes (sorry!)
author | Sebastian Kruse <skruse@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 22 Jan 2013 15:12:30 +0100 |
parents | f198c86dd1f6 |
children |
rev | line source |
---|---|
3 | 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 |