Skip to content

Commit

Permalink
Update dependencies and URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbany committed Sep 26, 2016
1 parent e2f048f commit 8a55150
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 18 deletions.
1 change: 1 addition & 0 deletions build/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
}
Expand Down
2 changes: 1 addition & 1 deletion build/css/base.min.css

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

3 changes: 0 additions & 3 deletions build/css/ext/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -549,15 +549,13 @@ code {
font-size: 13px;
margin: 0 4px;
padding: 4px 6px;
-o-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
}

pre {
padding: 8px 15px;
background: #191919;
-o-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
border: 1px solid #121212;
Expand Down Expand Up @@ -641,7 +639,6 @@ dt {
#header nav li a, .pbutton {
color: white;
border: 1px solid #09C;
-o-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 3px 7px rgba(0, 0, 0, 0.7);
Expand Down
6 changes: 3 additions & 3 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ <h2>Examples / 使用范例</h2>
<div id="load-player"></div>
<p><a id="click-load" class="pbutton" href="#">Load ABPlayerHTML5 / 载入 ABPlayerHTML5</a></p>
<p>To load the ABPlayer code in your web application insert the following lines of code in the <code>&lt;head&gt;</code> area. 在你的应用中加入ABPlayerHTML5请在 <code>head</code> 元素内引入如下的库。</p>
<pre><code>&lt;link rel="stylesheet" href="http://jabbany.me/build/css/base.min.css" /&gt;
&lt;script src="http://jabbany.me/build/js/CommentCoreLibrary.min.js"&gt;&lt;/script&gt;
&lt;script src="http://jabbany.me/build/js/ABPlayer.min.js"&gt;&lt;/script&gt;
<pre><code>&lt;link rel="stylesheet" href="http://jabbany.github.io/ABPlayerHTML5/build/css/base.min.css" /&gt;
&lt;script src="http://jabbany.github.io/ABPlayerHTML5/build/js/CommentCoreLibrary.min.js"&gt;&lt;/script&gt;
&lt;script src="http://jabbany.github.io/ABPlayerHTML5/build/js/ABPlayer.min.js"&gt;&lt;/script&gt;
</code></pre>
<p>Or copy the corresponding files from <code>build/</code> into your own project. 如果不想引用 GitHub Host的版本,也可以自行把<code>build/</code>文件夹内相关文件拷贝到你自己的项目中。</p>
<p>
Expand Down
Loading

0 comments on commit 8a55150

Please sign in to comment.