Merge pull request #450 from fermionic/frost-showmore-border

make the show more line look nicer
This commit is contained in:
fermionic 2012-08-28 19:20:36 -07:00
commit ed7c3363c2
2 changed files with 7 additions and 0 deletions

View File

@ -1350,6 +1350,9 @@ input#dfrn-url {
.divgrow-showmore { .divgrow-showmore {
display: block; display: block;
clear: both; clear: both;
text-align: center;
outline: 0;
border-top: 1px dotted #888;
} }
@ -1413,6 +1416,7 @@ input#dfrn-url {
border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
} }
.comment-edit-wrapper { .comment-edit-wrapper {
margin-top: 15px; margin-top: 15px;
background: #f3f3f3; background: #f3f3f3;

View File

@ -1307,6 +1307,9 @@ input#dfrn-url {
.divgrow-showmore { .divgrow-showmore {
display: block; display: block;
clear: both; clear: both;
text-align: center;
outline: 0;
border-top: 1px dotted #888;
} }