Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc13045

Browse files
committed
调整样式
1 parent 0e096ce commit bc13045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
8181
.sidebar .top .list-inline li a.cur { color: #DD7657; }
8282
.sidebar .top .bar { position: absolute; width: 59px; height: 3px;background: #DB6D4C;left: 18px;bottom: -13px; }
8383

84-
.sidebar .box {padding: 0 10px; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.05);-moz-box-shadow: 0 0px 2px rgba(0,0,0,0.1);box-shadow: 0 0px 2px rgba(0,0,0,0.05); clear:both; overflow: hidden; margin: 5px;}
84+
.sidebar .box {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.05);-moz-box-shadow: 0 0px 2px rgba(0,0,0,0.1);box-shadow: 0 0px 2px rgba(0,0,0,0.05); clear:both; overflow: hidden; margin: 5px;}
8585
.sidebar .avatar-area, .sidebar .profile-show { margin-left: 20px; }
8686
.sidebar .inner { margin: 0 20px 10px 15px; font-size: 12px; }
8787

template/common/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!--<link href="http://studygolang.qiniudn.com/cosmo_bootstrap.min.css" rel="stylesheet">-->
1717
<!--<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">-->
1818
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
19-
<link href="/static/css/main.css?v=1.15" rel="stylesheet"/>
19+
<link href="/static/css/main.css?v=1.16" rel="stylesheet"/>
2020
{{template "css" .}}
2121
<style type="text/css">
2222
#bottom .nav-content {

0 commit comments

Comments
 (0)