mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
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:
parent
4e23d61c8d
commit
aee7d6e404
2 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue