the attr overflow of abstract content should be hidden

This commit is contained in:
Vanessa 2012-06-06 16:59:11 +08:00
parent 5288f19ba4
commit 32e3df303b

View File

@ -3,7 +3,7 @@
* skin favoutite style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.0.7, May 14, 2012
* @version 1.0.0.8, Jun 6, 2012
*/
body {
background: url("../images/bg.jpg") repeat scroll left top transparent;
@ -634,5 +634,6 @@ h5 {
top: 8px;
}
.substance {
overflow: hidden;
width: 500px;
}