Yoshihisa Fukuhara
higef****@users*****
2005年 6月 29日 (水) 16:40:03 JST
Index: affelio/skins/standard/style.css
diff -u affelio/skins/standard/style.css:1.8 affelio/skins/standard/style.css:1.9
--- affelio/skins/standard/style.css:1.8 Tue Jun 21 17:45:26 2005
+++ affelio/skins/standard/style.css Wed Jun 29 16:40:02 2005
@@ -178,6 +178,26 @@
text-align: left;
}
+
+.afPubContentBlock table {
+ border: none;
+}
+
+
+.afPubContentBlock td,th {
+ color: black;
+ padding: 5px 5px 5px 5px;
+ margin: 0px 0px 0px 0px;
+ font-size: small;
+ border: none
+ text-align: left;
+}
+
+.afPubContentBlock thead {
+ color: black;
+ background-color: #aaa;
+}
+
div#IDbMyOverview{
}
div#IDMyFriends{
@@ -188,6 +208,32 @@
}
/*****************************************/
+/* Message block*/
+/*****************************************/
+
+.afPubMessageTable table {
+ border: none;
+ border-collapse: collapse;
+}
+
+
+.afPubMessageTable td,th {
+ color: black;
+ padding: 5px 5px 5px 5px;
+ margin: 0px 0px 0px 0px;
+/* background-color: #fff;*/
+ font-size: small;
+ border: 1px solid #aaa;
+ text-align: left;
+}
+
+.afPubMessageTable thead {
+ color: black;
+ background-color: #aaa;
+}
+
+
+/*****************************************/
/* Content block title*/
/*****************************************/
.afPubContentBlockTitle{