공통: 텍스트 사이즈 조절용 클래스 추가

This commit is contained in:
whitedot
2013-09-23 13:35:51 +09:00
parent a31fdfa004
commit b98d72a1e6
2 changed files with 5 additions and 4 deletions

View File

@ -76,6 +76,8 @@ h2 {font-size:1.2em}
/* 텍스트 크기 조절 */
#text_size {position:absolute;top:0;right:0}
#text_size button {padding:0 10px;height:30px;border:0;background:#000;color:#fff;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}
/* 하단 레이아웃 */
#ft {margin:20px 0;padding:5px 0;border-top:1px solid #d0d6d8}