1
0
mirror of https://github.com/typecho/typecho.git synced 2025-03-20 09:59:41 +01:00

fixed issue

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
admin
css
scss/components

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

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