This commit is contained in:
Vanessa 2012-11-23 12:40:05 +08:00
parent 47f04fbffb
commit fa1a7080e7

View File

@ -108,3 +108,7 @@ footer img{height:28px;}
nav ul{padding:10px;} nav ul{padding:10px;}
nav ul ul{border-radius:none;box-shadow:none;} nav ul ul{border-radius:none;box-shadow:none;}
.single_page{border-radius:4px;box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);background:#F2F7F8;padding:10px;margin-bottom:25px;width:531px;} .single_page{border-radius:4px;box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);background:#F2F7F8;padding:10px;margin-bottom:25px;width:531px;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background-color:#bbb;}
::-webkit-scrollbar-thumb{background-color:#eee;}
::-webkit-scrollbar-thumb:hover{background-color:#888;}