Authored by zhangxiaoru

nav

... ... @@ -7,6 +7,11 @@
a {
text-decoration: none;
color: #666;
}
a:hover {
color: #1b1b1b;
}
}
... ...
... ... @@ -242,7 +242,7 @@
img {
float: left;
width: 70px;
height: 90px;
height: 70px;
margin-right: 10px;
}
... ...