Skip to content

Commit

Permalink
文档完善,图片支持retina显示
Browse files Browse the repository at this point in the history
  • Loading branch information
breath-co2 committed Dec 10, 2013
1 parent 38df813 commit 4957286
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions manual/html/assets/css/docs.css
Expand Up @@ -453,15 +453,15 @@ code {
.right-div > ul.toc > li,
.api-class-div ul.toc li{font-size: 14px;line-height:1.8em;list-style-type: none;}
.api-class-div .public,
.api-class-div .public{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -161px;}
.api-class-div .private{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -127px;}
.api-class-div .protected{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -95px;}
.api-class-div .tocfield .public{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -60px;}
.api-class-div .tocfield .private{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -28px;}
.api-class-div .tocfield .protected{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 3px;}
.api-class-div .abstract{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -250px;}
.api-class-div .toc_f{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat -1px -194px;}
.api-class-div .toc_s,.api-class-div .static{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat -1px -224px;}
.api-class-div .public{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -161px;background-size:15px 300px;}
.api-class-div .private{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -127px;background-size:15px 300px;}
.api-class-div .protected{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -95px;background-size:15px 300px;}
.api-class-div .tocfield .public{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -60px;background-size:15px 300px;}
.api-class-div .tocfield .private{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -28px;background-size:15px 300px;}
.api-class-div .tocfield .protected{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 3px;background-size:15px 300px;}
.api-class-div .abstract{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat 0 -250px;background-size:15px 300px;}
.api-class-div .toc_f{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat -1px -194px;background-size:15px 300px;}
.api-class-div .toc_s,.api-class-div .static{display:inline-block;width:14px;height:22px;vertical-align:middle;background:url(../images/toc.gif) no-repeat -1px -224px;background-size:15px 300px;}
.api-class-div .toc_n{display:inline-block;width:14px;height:22px;vertical-align:middle;}
.api-class-div .toc .label {font-weight: normal;-webkit-transform: scale(0.6);-moz-transform: scale(0.6);}

Expand Down
Binary file modified manual/html/assets/images/toc.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manual/tpl/header.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Language" content="zh-cn" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?echo $config['default_title'];?></title>
<title><?php echo $config['default_title'];?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="<?php echo $base_href;?>../assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="<?php echo $base_href;?>../assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" />
Expand Down

0 comments on commit 4957286

Please sign in to comment.