diff after5.css @ 49:42f196a6c6c0 draft

table.border
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 18 Jun 2012 11:01:23 +0900
parents b491a43bd5fe
children af25647ad267
line wrap: on
line diff
--- a/after5.css	Mon Jun 18 09:16:59 2012 +0900
+++ b/after5.css	Mon Jun 18 11:01:23 2012 +0900
@@ -24,6 +24,10 @@
 .topic {font-size: 90%;}
 .recent {background: lavender;}  /* 最近の項目 */
 .c {text-align: center;}
+table.border td, table.border {
+  border: 1px solid; border-collapse: collapse; padding: 0.2ex 0.5ex;
+}
+td, th {vertical-align: top;}
 th {background: lavender;}
 h1 {text-align: center; color: blue;}
 h2 {text-decoration: underline; color: #00008b;

yatex.org