Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyan committed Jan 3, 2014
1 parent b72371c commit 0b4232a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h2> Posts </h2>

<h2> Projects </h2>
<ol id="pages">
<li><a href="http://madscript.com/modjs" target="_blank">http://madscript.com/modjs</a> 来自腾讯的高性能Web前端构建工具ModJS</li>
<li><a href="http://modulejs.github.com/modulejs/" target="_blank">http://modulejs.github.com/modulejs/</a> 基于jQuery的模块化Javascript解决方案ModuleJS</li>
<li><a href="http://madscript.com/modjs" target="_blank">http://madscript.com/modjs</a> 腾讯Web前端构建工具 Mod.js</li>
<li><a href="http://github.com/modulejs/ming" target="_blank">http://github.com/modulejs/ming/</a> 基于jQuery的Javascript工程方案 Ming</li>
<li><a href="https://github.com/modulejs/pragmatic-jquery" target="_blank">https://github.com/modulejs/pragmatic-jquery</a> jQuery编程实践</li>
<li><a href="http://madscript.com/fanta/" target="_blank">http://madscript.com/fanta/</a> 函数式编程库Fanta</li>
<li><a href="http://madscript.com/pre/" target="_blank">http://madscript.com/pre/</a> LESS编程库Pre</li>
Expand All @@ -27,5 +27,5 @@ <h2> Projects </h2>
<h2> Groups </h2>
<ol id="group">
<li><a target="_blank" href="http://wp.qq.com/wpa/qunwpa?idkey=be8729234cd86828225c24089fd3164418cb7b1c9965dd5b6a6ce32d916df45a">TAB前端社区技术群(71287667)</a></li>
<li><a target="_blank" href="http://wp.qq.com/wpa/qunwpa?idkey=00af0a275052b60118b89380f0429dd8354ee8edf4eda87c4d1efc07bacadc8d">jQuery小组(289788813) </a></li>
<li><a target="_blank" href="http://wp.qq.com/wpa/qunwpa?idkey=00af0a275052b60118b89380f0429dd8354ee8edf4eda87c4d1efc07bacadc8d">jQuery小组(289788813</a></li>
</ol>
4 changes: 2 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html,body{

body {
position: relative;
background-color: #A0302C;
background-color: #0B5A25;
overflow-x: hidden;
/*background: #F6F6F1 url("http://madscript.com/static/images/bg.png") center 40px repeat;*/
}
Expand Down Expand Up @@ -43,7 +43,7 @@ section {
padding-left: 20px;
padding-right: 20px;
background-color: #111;
background-color: rgba(17,17,17,0.9);
background-color: rgba(17,17,17,0.4);
background-image: -moz-linear-gradient(top, rgba(51,51,51,0.6), rgba(37,37,37,0.6));
background-image: -ms-linear-gradient(top, rgba(51,51,51,0.6), rgba(37,37,37,0.6));
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(51,51,51,0.6)), to(rgba(37,37,37,0.6)));
Expand Down

0 comments on commit 0b4232a

Please sign in to comment.