blog css fixed image width

This commit is contained in:
life
2014-09-24 22:43:33 +08:00
parent f16ba28a3b
commit 8d820b069c
7 changed files with 354 additions and 263 deletions

View File

@ -181,4 +181,8 @@ a:hover {
padding-left:20px;
}
}
}
}
#posts img {
max-width: 700px;
}