[Affelio-cvs 84] CVS update: affelio/skins/standard

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 21日 (火) 13:27:06 JST


Index: affelio/skins/standard/style.css
diff -u affelio/skins/standard/style.css:1.5 affelio/skins/standard/style.css:1.6
--- affelio/skins/standard/style.css:1.5	Tue Jun 21 01:57:49 2005
+++ affelio/skins/standard/style.css	Tue Jun 21 13:27:05 2005
@@ -5,7 +5,6 @@
 	margin: 0px 0px 0px 0px;
 	background-color: #FFFFFF;
 	text-align: center;
-	background-image: url(bg.jpg);
 	background-repeat: repeat-y;
 	background-position: center top;
 }
@@ -36,13 +35,16 @@
 /* Container */
 /*****************************************/
 .afPubContainer {
-	margin-right: auto;
+	width: 800px;
 	margin-left: auto;
+	margin-right: auto;
+	padding: 0px 0px 0px 0px;
+/*	background-image: url(bg.jpg);*/
+	border-left: 2px solid #cccccc;
+	border-right: 2px solid #cccccc;
 	text-align: left;
-	padding: 0px;
-	width: 800px;
 	height: auto;
-	background-color: #FFFFFF;
+	background-color: #FFF;
 }
 
 /*****************************************/
@@ -52,6 +54,7 @@
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
 	height: 106px;
+	width: 800px;
 	background:#1169A3 url(header.jpg) left top;
 	text-align: right;
 }


Affelio-cvs メーリングリストの案内
Back to archive index