fixed issue #9

This commit is contained in:
fen
2013-10-20 20:19:05 +08:00
parent 345610944d
commit 402bce0372
2 changed files with 3 additions and 0 deletions

View File

@@ -1098,6 +1098,8 @@ a.operate-reply {
#wmd-preview {
background: #FFF;
padding: 10px 20px; }
#wmd-preview img {
max-width: 100%; }
/**
* Jquery Timepicker

View File

@@ -64,4 +64,5 @@
#wmd-preview {
background: #FFF;
padding: 10px 20px;
img { max-width: 100%; }
}