mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 08:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4378 201d5d3c-b55e-5fd7-737f-ddc643e51545
5 lines
343 B
CSS
5 lines
343 B
CSS
table { width:100%; border:none; font-size:9pt; background-color:#CCCCCC; }
|
|
table thead th { background-color:#EFEFEF; padding:3px 0 3px 0; }
|
|
table tbody th { background-color:#F3F3F3; vertical-align:top; color:#888888; padding:3px 0 3px 0; }
|
|
table tbody td { font-weight:normal; background-color:#FFFFFF; font-family:verdana; padding:3px; }
|
|
|