2012-02-08 71 views

回答

0

變化

body#home #main-content { 
    background: url("images/main_content_bg.png") repeat-y 480px 39px #000000; 
} 

style.css中(線136)

body#home #recent-posts { 
    background: url("images/rec_posts_bg.png") repeat-x scroll 2px 0 #000000; 
    width: 480px; 
} 

style.css中(線141)

body#home #sidebar { 
    background: none repeat scroll 0 0 #000000; 
    float: left; 
    margin-top: 0; 
    width: 480px; 
} 

style.css中(線342)