Issue 2908 fixed. Default font size adjust 13px -> 12px.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12709 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-02-06 08:47:59 +00:00
parent 4e23d61c8d
commit aee7d6e404
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* Element Reset */
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:13px}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display: block}
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
body{word-wrap:break-word}
a img{border:0}
[hidden]{display:none}