diff --git a/adm/admin.head.php b/adm/admin.head.php
index 451ff77c0..79a5fe2b7 100644
--- a/adm/admin.head.php
+++ b/adm/admin.head.php
@@ -119,8 +119,9 @@ function imageview(id, w, h)
-
-
-
+
+
+
+
diff --git a/css/default.css b/css/default.css
index ae9baa76c..2ab28c502 100644
--- a/css/default.css
+++ b/css/default.css
@@ -9,10 +9,12 @@ 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, footer ul {margin:0;padding:0;list-style:none}
label, input, select, img {vertical-align:middle}
+
select {font-size:1em}
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}
button {border-radius:0;font-size:1em;-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}
diff --git a/head.php b/head.php
index fcdf0a912..54e2e2735 100644
--- a/head.php
+++ b/head.php
@@ -168,7 +168,8 @@ if ($config['cf_include_head']) {
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/install/install_db.php b/install/install_db.php
index f355f91fd..c4bd48d54 100644
--- a/install/install_db.php
+++ b/install/install_db.php
@@ -161,7 +161,8 @@ $dir_arr = array (
$data_path.'/file',
$data_path.'/log',
$data_path.'/member',
- $data_path.'/session'
+ $data_path.'/session',
+ $data_path.'/tmp'
);
for ($i=0; $i
$(function() {
// 폰트 리사이즈 쿠키있으면 실행
- var font_resize_act = get_cookie("ck_font_resize_act");
- if(font_resize_act != "") {
- font_resize("container", font_resize_act);
- }
+ font_resize("container", get_cookie("ck_font_resize_rmv_class"), get_cookie("ck_font_resize_add_class"));
});