Tadashi Okoshi
slash****@users*****
2006年 11月 7日 (火) 20:56:25 JST
Index: affelio/skins/standard2006-green/style.css
diff -u affelio/skins/standard2006-green/style.css:1.3 affelio/skins/standard2006-green/style.css:1.4
--- affelio/skins/standard2006-green/style.css:1.3 Sat Jul 1 23:07:43 2006
+++ affelio/skins/standard2006-green/style.css Tue Nov 7 20:56:25 2006
@@ -66,7 +66,7 @@
/* Main */
/*****************************************/
.afPubMain {
- margin:8px auto 0 auto;
+ margin:8px 0 0 0;
padding: 0px 0px 0px 0px;
width: 780px;
height: auto;
@@ -315,8 +315,8 @@
/* Footer */
/*****************************************/
.afPubFooter {
+ width: 780px;
border: 4px solid #EAF4E1;
- _width: 800px;
background-color: #EAF4E1;
text-align: right;
font-family: Verdana, Arial, sans-serif;
@@ -328,6 +328,7 @@
color: #008E7F !important;
text-decoration: none !important;
clear:both;
+ width: 780px;
}
@@ -637,3 +638,9 @@
}
+
+
+.af_clear{
+ clear:both;
+ text-indent:-9999px;
+}