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

tag viewer html
author dwinter
date Tue, 25 Sep 2012 16:08:11 +0200
parents
children 9f653697437e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
1 /*
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
2 Cascading Style Sheets, level 2 revision 1.
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
3 CSS 2.1 Specification is available at
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
4 http://www.w3.org/TR/2006/WD-CSS21-20061106/
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
5 */
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
6
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
7 #viewer {display:table-row}
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
8 #tagList { display:table-cell;
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
9 padding:40px;
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
10 border-right:2px solid;
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
11 }
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
12
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
13
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
14 #annotations { display:table-cell}
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
15
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
16 .annotationRow {padding-bottom:10px;
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
17 border-bottom:2px solid;
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
18 display:table-row}
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
19
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
20 .annotationCol {
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
21 display:table-cell;
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
22 padding-left:20px;
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
23 }
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
24 .dcMetaData {
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
25 display:table-row;
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
26 }