File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ a:hover {
37
37
}
38
38
39
39
.container {
40
- width : 1000 px ;
40
+ width : 1200 px ;
41
41
margin-right : auto;
42
42
margin-left : auto;
43
43
padding-bottom : 50px ;
@@ -82,7 +82,7 @@ a:hover {
82
82
* articles
83
83
*/
84
84
.article {
85
- width : 590 px ;
85
+ width : 650 px ;
86
86
padding : 0 20px 20px ;
87
87
clear : left;
88
88
overflow : hidden;
@@ -130,27 +130,18 @@ a:hover {
130
130
font-size : 14px ;
131
131
}
132
132
133
- .article .content a : hover : not (.heading ) {
134
- font-size : 14px ;
135
- }
136
-
137
133
.article .tags a {
138
134
font-size : 10px ;
139
135
}
140
136
141
- .article .tags a : hover {
142
- font-size : 10px ;
143
- }
144
-
145
137
/**
146
138
* sidebar
147
139
*/
148
140
.sidebar {
149
141
width : 310px ;
150
142
float : right;
151
143
min-height : 200px ;
152
- height : 200px ;
153
- height : auto !important ;
144
+ height : auto;
154
145
overflow : hidden;
155
146
}
156
147
You can’t perform that action at this time.
0 commit comments