git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3819 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-02-26 01:45:24 +00:00
parent eb4c4d4d91
commit 3410a0fe70

View file

@ -2,7 +2,7 @@
/* board Title */
.boardHeader { border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden; _width:100%; margin-bottom:10px; }
.boardHeader h3 { float:left; font-size:1.2em; padding:1em 2em .7em 1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;}
.boardHeader h3 { margin:0; padding:0; float:left; font-size:1.2em; padding:1em 2em .7em 1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;}
.boardHeader h3 { border-bottom:3px solid #fe3614; }
/* board Information */
@ -10,7 +10,7 @@
.articleNum { float:left; padding:0 0 0 15px; }
/* account Navigation */
.accountNavigation { float:right; }
.accountNavigation { margin:0; padding:0; float:right; }
.accountNavigation li { float:left; margin-left:7px; list-style:none; }
.accountNavigation li a { font-size:12px; white-space:nowrap; color:#666666; text-decoration:none;}
.accountNavigation li.setup a { background:url(../images/common/iconSetup.gif) no-repeat left top; padding-left:14px; }