Mercurial > repos > xuebing > sharplabtool
annotate tools/mytools/fimo_out/cisml.css @ 0:9071e359b9a3
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:37:19 -0500 |
parents | |
children |
rev | line source |
---|---|
0 | 1 table { |
2 text-align: center; | |
3 margin-left: auto; | |
4 margin-right: auto; | |
5 margin-top: 1%; | |
6 border: 2px solid; | |
7 border-collapse: collapse; | |
8 } | |
9 | |
10 th { | |
11 background-color: wheat; | |
12 } | |
13 | |
14 td,th { | |
15 border: 2px solid black; | |
16 } | |
17 | |
18 h2 { | |
19 text-align: center; | |
20 } | |
21 | |
22 h3 { | |
23 text-align: center; | |
24 } |