source: AnnotationManagerN4J/src/main/webapp/tags/css/tag.css @ 30:05b631a084d0

Last change on this file since 30:05b631a084d0 was 30:05b631a084d0, checked in by dwinter, 12 years ago

tag viewer html

File size: 447 bytes
Line 
1/*
2Cascading Style Sheets, level 2 revision 1.
3CSS 2.1 Specification is available at
4http://www.w3.org/TR/2006/WD-CSS21-20061106/
5*/
6
7#viewer {display:table-row}
8#tagList { display:table-cell;
9padding:40px;
10border-right:2px solid;
11}
12
13
14#annotations { display:table-cell}
15
16.annotationRow {padding-bottom:10px;
17border-bottom:2px solid;
18display:table-row}
19
20.annotationCol {
21display:table-cell;
22padding-left:20px;
23}
24.dcMetaData {
25display:table-row;
26}
Note: See TracBrowser for help on using the repository browser.