|
|
1번째 줄: |
1번째 줄: |
| #catlinks {
| |
| position: relative; /* 기본 위치 */
| |
| margin-top: 10px; /* 제목과의 간격 */
| |
| margin-bottom: 20px; /* 본문과의 간격 */
| |
| clear: both; /* 제목과 겹치지 않도록 보장 */
| |
| float: none; /* 옆으로 붙는 현상 방지 */
| |
| display: block; /* 블록 요소로 처리하여 줄바꿈 강제 */
| |
| width: 100%; /* 전체 폭 차지 */
| |
| }
| |
|
| |
|
| #siteSub {
| |
| display: none; /* siteSub을 화면에서 숨김 */
| |
| }
| |