Skip to content

Commit

Permalink
CSS and iOS7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-fung committed Feb 16, 2014
1 parent 2805bbd commit 50ff8be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion source/aspnetserver/css/mangaweb.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions source/aspnetserver/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0" />
<meta name="HandheldFriendly" content="true" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>MangaWeb</title>
<link href="css/add2home.css" rel="stylesheet" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
Expand All @@ -24,8 +24,8 @@
<script type="text/javascript" src="js/servertype.js"></script>
</head>
<body>
<script type="text/javascript">
new afung.MangaWeb3.Client.Application();
</script>
<script type="text/javascript">
new afung.MangaWeb3.Client.Application();
</script>
</body>
</html>
4 changes: 2 additions & 2 deletions source/less/mangaweb.less
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,13 @@ textarea {
#read-exit-btn {
position: absolute;
right: 5px;
top: 5px;
top: 20px;
}

#read-direction-btn {
position: absolute;
left: 5px;
top: 5px;
top: 20px;
}

#read-info-page {
Expand Down

0 comments on commit 50ff8be

Please sign in to comment.