Skip to content

Commit

Permalink
Merge pull request UlricQin#2 from oiooj/patch-1
Browse files Browse the repository at this point in the history
优化图片显示
  • Loading branch information
UlricQin committed May 9, 2014
2 parents 88defa3 + 1003378 commit 888f421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/css/g.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.fr{ float:right!important;}
.fn{ float:none!important;}
hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box;margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
img{max-width: 100%;height: auto;-webkit-box-shadow: #333 0px 0px 6px;-moz-box-shadow: #333 0px 0px 6px;box-shadow: #333 0px 0px 6px;}
.img-circle{border-radius:50%}
.cut-line {margin: 0 5px;color: #D6D6D6;}
a{ color:#0066cc; text-decoration:none;}
Expand Down Expand Up @@ -108,4 +109,4 @@ float: left;
padding-left: 46px;
}
footer .sfc-member {float: right;text-align: right;}
footer a {color: #403F3C;}
footer a {color: #403F3C;}

0 comments on commit 888f421

Please sign in to comment.