添加 <hr> 标签属性

This commit is contained in:
fen 2013-10-23 13:47:22 +08:00
parent bd3343e231
commit b32e0ff52a
3 changed files with 17 additions and 0 deletions

View File

@ -1124,6 +1124,11 @@ a.operate-reply {
padding-left: 1.5em;
border-left: 4px solid #E9E9E6;
color: #777; }
#wmd-preview hr {
margin: 2em auto;
width: 100px;
border: 1px solid #E9E9E6;
border-width: 2px 0 0 0; }
/**
* Jquery Timepicker

View File

@ -80,4 +80,10 @@
border-left: 4px solid #E9E9E6;
color: #777;
}
hr {
margin: 2em auto;
width: 100px;
border: 1px solid #E9E9E6;
border-width: 2px 0 0 0;
}
}

View File

@ -333,6 +333,12 @@ textarea {
.post-content img, .comment-content img {
max-width: 100%;
}
.post-content hr, .comment-content hr {
margin: 2em auto;
width: 100px;
border: 1px solid #E9E9E6;
border-width: 2px 0 0 0;
}
/* -----------------