공통: select font-size 지정, 사노라가노라님 건의
This commit is contained in:
@ -9,6 +9,7 @@ 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}
|
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}
|
header ul, nav ul, aside ul, footer ul {margin:0;padding:0;list-style:none}
|
||||||
label, input, select, img {vertical-align:middle}
|
label, input, select, img {vertical-align:middle}
|
||||||
|
select {font-size:1em}
|
||||||
input {margin:0;padding:0;border-radius:0;font-family:dotum}
|
input {margin:0;padding:0;border-radius:0;font-family:dotum}
|
||||||
input[type=text], input[type=password], input[type=submit], input[type=image] {-webkit-appearance:none}
|
input[type=text], input[type=password], input[type=submit], input[type=image] {-webkit-appearance:none}
|
||||||
button {border-radius:0;font-size:1em;-webkit-appearance:none}
|
button {border-radius:0;font-size:1em;-webkit-appearance:none}
|
||||||
@ -17,6 +18,7 @@ hr {display:none}
|
|||||||
pre {overflow-x:scroll;font-size:1.1em}
|
pre {overflow-x:scroll;font-size:1.1em}
|
||||||
a {color:#000;text-decoration:none}
|
a {color:#000;text-decoration:none}
|
||||||
a:focus, a:hover, a:active {text-decoration:underline}
|
a:focus, a:hover, a:active {text-decoration:underline}
|
||||||
|
|
||||||
/* 헤딩 */
|
/* 헤딩 */
|
||||||
h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:dotum;letter-spacing:-0.1em}
|
h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:dotum;letter-spacing:-0.1em}
|
||||||
h2 {font-size:1.2em}
|
h2 {font-size:1.2em}
|
||||||
|
|||||||
@ -9,8 +9,10 @@ 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}
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
|
||||||
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
|
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
|
||||||
label, input, select, img {vertical-align:middle}
|
label, input, select, img {vertical-align:middle}
|
||||||
|
select {font-size:1em}
|
||||||
input {margin:0;padding:0;border-radius:0;font-family:dotum}
|
input {margin:0;padding:0;border-radius:0;font-family:dotum}
|
||||||
button {border-radius:0;font-size:1em}
|
input[type=text], input[type=password], input[type=submit], input[type=image] {-webkit-appearance:none}
|
||||||
|
button {border-radius:0;font-size:1em;-webkit-appearance:none}
|
||||||
p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}
|
p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}
|
||||||
hr {display:none}
|
hr {display:none}
|
||||||
pre {overflow-x:scroll;font-size:1.1em}
|
pre {overflow-x:scroll;font-size:1.1em}
|
||||||
|
|||||||
Reference in New Issue
Block a user