Mercurial > repos > xuebing > sharplabtool
diff tools/mytools/fimo_out/cisml.css @ 0:9071e359b9a3
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:37:19 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/mytools/fimo_out/cisml.css Fri Mar 09 19:37:19 2012 -0500 @@ -0,0 +1,24 @@ +table { + text-align: center; + margin-left: auto; + margin-right: auto; + margin-top: 1%; + border: 2px solid; + border-collapse: collapse; +} + +th { + background-color: wheat; +} + +td,th { + border: 2px solid black; +} + +h2 { + text-align: center; +} + +h3 { + text-align: center; +} \ No newline at end of file