File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -238,41 +238,30 @@ ul {
238
238
background :
239
239
url ('../img/pixel-borders-left.gif' ) no-repeat left -36px ,
240
240
url ('../img/pixel-borders-right.gif' ) no-repeat right -36px ;
241
- display : block;
242
- height : 36px ;
243
- position : relative;
244
- top : -34px ;
245
- }
246
-
247
- # content : after {
248
- content : '' ;
249
- background :
250
- url ('../img/pixel-borders-left.gif' ) no-repeat left 0 ,
251
- url ('../img/pixel-borders-right.gif' ) no-repeat right 0 ;
252
- display : block;
241
+ display : block;
253
242
height : 36px ;
254
243
position : relative;
255
- top : 34 px ;
244
+ top : -18 px ;
256
245
}
257
246
258
247
/* ---- Main ---- */
259
248
260
249
# main {
261
- width : 960px ;
250
+ max- width: 960px ;
262
251
margin : 0 auto;
263
252
}
264
253
265
254
# content {
266
255
display : inline-block;
267
256
background-color : # fafafa ;
268
257
max-width : 720px ;
269
- padding : 1 em 0 ;
258
+ padding : 0 ;
270
259
}
271
260
272
261
/* ---- Article ---- */
273
262
274
263
article {
275
- padding : 1em 2 em ;
264
+ padding : 1em 1 em ;
276
265
border-bottom : solid 3px # e6e6e6 ;
277
266
}
278
267
@@ -397,7 +386,7 @@ article > footer {
397
386
display : inline-block;
398
387
vertical-align : top;
399
388
width : 190px ;
400
- margin : 1 em 0 1 em 46px ;
389
+ margin : 0 0 0 46px ;
401
390
}
402
391
403
392
# main aside section {
You can’t perform that action at this time.
0 commit comments