mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 09:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1653 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1f188a5d59
commit
55a03dcc7f
2 changed files with 4 additions and 2 deletions
|
|
@ -9,13 +9,13 @@ Jeong, Chan Myeong 070601~070630
|
|||
#content { width:100%; position:relative; padding-bottom:2em; background-color:#FFFFFF;}
|
||||
|
||||
/* Blog Layout - Common */
|
||||
#bodyWrap { position:relative; width:820px; margin:0 auto; background-color:#FFFFFF;}
|
||||
#bodyWrap { position:relative; width:830px; margin:0 auto; background-color:#FFFFFF;}
|
||||
|
||||
/* Blog Layout - Content Body */
|
||||
#contentBody { overflow:hidden; padding-bottom:2em; _width:100%;}
|
||||
|
||||
/* Blog Layout - ColumnLeft */
|
||||
#columnLeft { float:left; width:182px; margin-right:8px;}
|
||||
#columnLeft { float:left; width:182px; margin:0px 8px 0px 10px; }
|
||||
|
||||
/* Blog Layout - ColumnRight */
|
||||
#columnRight {}
|
||||
|
|
|
|||
|
|
@ -123,6 +123,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 글쓰기, 목록 버튼 -->
|
||||
<div>
|
||||
<div class="buttonRight">
|
||||
|
||||
<ul>
|
||||
|
|
@ -142,6 +143,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<!-- 검색 -->
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, search)" class="boardSearch" id="fo_search">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue