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