mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 14:53:15 +09:00
add div for mobile page
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7572 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3ca5f7fb49
commit
567717f7f5
2 changed files with 9 additions and 1 deletions
6
modules/page/tpl/css/mpage.css
Normal file
6
modules/page/tpl/css/mpage.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* 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}
|
||||
|
|
@ -1,2 +1,4 @@
|
|||
<!--%import("css/mpage.css")-->
|
||||
<div class="bd">
|
||||
{$content}
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue