Remove unnecessary CSS in mobile page #1416

This commit is contained in:
Kijin Sung 2020-10-03 01:42:44 +09:00
parent 338951f5c8
commit 36a86adb37
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +1 @@
/* Mobile XE */
body{margin:0;background:#fff;color:#000;word-wrap:break-word}
body,input,textarea,select,button,table{font-family:Tahoma, Geneva, sans-serif}
img{border:0}
em{font-style:normal}
.bd{position:relative;overflow:hidden;clear:both}
/* This file is not used in Rhymix. */

View file

@ -1,4 +1,3 @@
<load target="css/mpage.css" />
<div class="bd">
{$page_content}
</div>