From a69ce967dc87ea02494ee95614225f4e2d397557 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 8 Jan 2014 10:14:31 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20p=20=ED=83=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=B4=88=EA=B8=B0=ED=99=94=20=EC=88=98=EC=A0=95,=20=ED=91=B8?= =?UTF-8?q?=EB=A5=B8=ED=95=98=EB=8A=983(thebest1)=EB=8B=98=20=EA=B1=B4?= =?UTF-8?q?=EC=9D=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- css/mobile.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 1ebce0786..8230b0c9f 100644 --- a/css/default.css +++ b/css/default.css @@ -16,7 +16,7 @@ button {cursor:pointer} textarea, select {font-family:dotum;font-size:1em} select {margin:0} -p {margin:0;padding:10px 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} diff --git a/css/mobile.css b/css/mobile.css index ebcf9e377..d7cb83b1e 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -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}