Skip to content

Commit

Permalink
修复一些bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cntanglijun committed Feb 17, 2016
1 parent c1d91f4 commit 60d7bbb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/css/_partial/main.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#container{
position:relative;
//position:relative;
min-height:100%;
#mobile-nav{
display: none;
Expand Down
6 changes: 4 additions & 2 deletions source/css/_partial/tagcloud.styl
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,10 @@
content: "\f08d";
font: 16px FontAwesome;
float: left;
margin-right: 10px;
margin-top: 9px;
//margin-right: 10px;
//margin-top: 9px;
margin-right: 5px;
margin-top: 6px;
}
&:after{
float: left;
Expand Down
4 changes: 2 additions & 2 deletions source/css/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ input, button
url(font-icon-path + ".ttf?v=#" + font-icon-version) format("truetype"),
url(font-icon-path + ".svg#fontawesomeregular?v=#" + font-icon-version) format("svg")

html, body, #container
height: 100%
//html, body, #container
// height: 100%

body
font-family: font-sans, font-chs;
Expand Down

0 comments on commit 60d7bbb

Please sign in to comment.