Skip to content

Commit

Permalink
删除css不必要注释
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-lin committed Apr 26, 2012
1 parent d09e419 commit 8908e62
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 120 deletions.
93 changes: 0 additions & 93 deletions javascripts/rain.js

This file was deleted.

1 change: 1 addition & 0 deletions night.html
@@ -1,3 +1,4 @@
<!-- 黑夜使用 - 这里与白天一样,css样式不放于css文件,便于直接更新 -->
<img src="images/weather/night/moon.png" id="moon" style="top: 100px;position:absolute;left:60px;width:100px "></img>
<img src="images/weather/night/star_f.png" id="star_f" style="top: 170px;position:absolute;left:400px;width:60px ">
<img src="images/weather/night/star_s.png" id="star_s" style="top: 240px;position:absolute;left:83px;width:40px; -moz-transform: rotate(180deg)">
Expand Down
13 changes: 0 additions & 13 deletions stylesheets/bootstrap-responsive.css
@@ -1,12 +1,3 @@
/*!
* Bootstrap Responsive v2.0.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
*zoom: 1;
}
Expand All @@ -27,10 +18,6 @@
display: block;
width: 100%;
min-height: 28px;
/* Make inputs at least the height of their button counterpart */

/* Makes inputs behave like true block-level elements */

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
Expand Down
5 changes: 0 additions & 5 deletions stylesheets/docs.css
Expand Up @@ -7,8 +7,6 @@ body {
}


/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar-fixed-top .brand {
padding-right: 0;
padding-left: 0;
Expand All @@ -25,13 +23,10 @@ body {
}


/* Space out sub-sections more
-------------------------------------------------- */
section {
padding-top: 60px;
}

/* Faded out hr */
hr.soften {
height: 1px;
margin: 54px 0;
Expand Down
9 changes: 0 additions & 9 deletions stylesheets/stylesheet.css
@@ -1,12 +1,3 @@
/*!
* Bootstrap v2.0.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
article,
aside,
details,
Expand Down

0 comments on commit 8908e62

Please sign in to comment.