공통: p 태그 초기화 수정, 푸른하늘3(thebest1)님 건의

This commit is contained in:
whitedot
2014-01-08 10:14:31 +09:00
parent 098bdf7156
commit a69ce967dc
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ input[type=text], input[type=password], input[type=submit], input[type=image], b
textarea, select {font-size:1em}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0}
p {margin:0;padding:1em 0;line-height:1.7em;word-break:break-all}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none}