From 4164783d0cf51928029b87f81ddda4a88756df5e Mon Sep 17 00:00:00 2001 From: sparky4 Date: Fri, 25 Feb 2011 03:01:05 -0600 Subject: [PATCH] modified: data/css/main/style.css --- data/css/main/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/css/main/style.css b/data/css/main/style.css index 3866bee..a972cdb 100755 --- a/data/css/main/style.css +++ b/data/css/main/style.css @@ -6,7 +6,7 @@ .logo { font-size: 20pt; font-weight: bold; margin: 1.2ex 0ex; margin-top: 16px; float: none; } /* 文章張貼者名稱樣式 */ .sublogo { font-size: 10pt; font-weight: none; } hr.top { width: 90%; height: 0px; border-top: 1; border-bottom: 0px; border-left: 0px; border-right: 0px; } /* 主標題下分隔線樣式 */ - .hide_btn { float: right; width: 4em; height: 1.25em; overflow: hidden; text-align: center; } /* 表單收縮按鈕樣式 */ /*background: #FF0;*/ + .hide_btn { float: right; width: 4em; height: 1.25em; overflow: hidden; text-align: center; background: #FF0; } /* 表單收縮按鈕樣式 */ .show { color: #00E; padding: 1px; } .hide { display: none; } #postinfo { font-size: 0.8em; } /* 上傳說明樣式 */ -- 2.39.2