모바일: 로그인, 패스워드, 최신글 스타일 작업 중

This commit is contained in:
whitedot
2013-02-27 17:20:31 +09:00
parent aa1bdc7e78
commit 71d3501f50
7 changed files with 231 additions and 71 deletions

View File

@ -8,7 +8,8 @@ h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
header ul, nav ul, aside ul, footer ul {margin:0;padding:0;list-style:none}
label, input, select, img {vertical-align:middle}
input {margin:0;padding:0;font-family:"dotum"}
input {margin:0;padding:0;border-radius:0;font-family:"dotum";-webkit-appearance:none}
button {border-radius:0;-webkit-appearance:none}
p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
@ -32,7 +33,7 @@ h2 {font-size:1.2em}
#captcha_wav img {border:1px solid #ddd;border-left:0;background:#494949}
/* 레이아웃 */
#hd {z-index:10;background:url('../adm/img/hd_bg.jpg') #383b3f top left repeat-x}
#hd {z-index:10;min-width:1000px;background:url('../adm/img/hd_bg.jpg') #383b3f top left repeat-x}
#hd h1,
#hd h2 {margin:0;padding:0;width:1px;height:1px;border:0;overflow:hidden}
#hd_wrap {position:relative;margin:0 auto;width:1000px}