Modified:
trunk/htdocs/core/MobileCore.php
trunk/htdocs/css/mobile/style.css
Log:
Get back to work for iPhone
Modified: trunk/htdocs/core/MobileCore.php
==============================================================================
--- trunk/htdocs/core/MobileCore.php (original)
+++ trunk/htdocs/core/MobileCore.php Sun Jan 13 12:05:32 2008
@@ -691,6 +691,7 @@
echo('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">' . "\n");
echo('<head><meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />' . "\n");
echo('<meta name="generator" content="Bluefish 1.0.6"/>' . "\n");
+ echo('<meta id="viewport" name="viewport" content="width=320;
initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />' . "\n");
$this->vxTitle($title);
$this->vxLink();
echo('</head>');
Modified: trunk/htdocs/css/mobile/style.css
==============================================================================
--- trunk/htdocs/css/mobile/style.css (original)
+++ trunk/htdocs/css/mobile/style.css Sun Jan 13 12:05:32 2008
@@ -26,8 +26,8 @@
display: block;
padding: 3px;
margin: 1px;
-border-top: 1px dotted #AAA;
-border-bottom: 1px dotted #AAA;
+border-top: 1px solid #CCC;
+border-bottom: 1px solid #CCC;
color: #000;
max-width: 600px;
}
@@ -45,7 +45,7 @@
display: block;
padding: 3px;
margin: 1px;
-border-bottom: 1px dotted #AAA;
+border-bottom: 1px solid #CCC;
color: #333;
max-width: 600px;
}
@@ -54,7 +54,7 @@
display: block;
padding: 3px;
margin: 1px;
-border-bottom: 1px dotted #AAA;
+border-bottom: 1px solid #CCC;
color: #333;
max-width: 600px;
line-height: 25px;
@@ -92,6 +92,7 @@
list-style: square;
margin-top: 5px;
margin-bottom: 5px;
+padding-left: 15px;
}
ul li {