Yoshihisa Fukuhara
higef****@users*****
2005年 6月 29日 (水) 23:47:50 JST
Index: affelio/skins/standard/style.css
diff -u affelio/skins/standard/style.css:1.10 affelio/skins/standard/style.css:1.11
--- affelio/skins/standard/style.css:1.10 Wed Jun 29 18:29:25 2005
+++ affelio/skins/standard/style.css Wed Jun 29 23:47:50 2005
@@ -217,7 +217,7 @@
}
-.afPubMessageTable td,th {
+.afPubMessageTable td {
color: black;
padding: 5px 5px 5px 5px;
margin: 0px 0px 0px 0px;
@@ -227,9 +227,18 @@
text-align: left;
}
+.afPubMessageTable th {
+ color: black;
+ padding: 5px 5px 5px 5px;
+ margin: 0px 0px 0px 0px;
+ font-size: small;
+ border: 1px solid #aaa;
+ text-align: left;
+}
+
.afPubMessageTable thead {
color: black;
- background-color: #aaa;
+ background-color: #bbb;
}