Skip to content

Commit

Permalink
some style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Feb 6, 2014
1 parent 8aeebd4 commit 3164f3f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sass/_comments.scss
Expand Up @@ -12,6 +12,9 @@ article.comment {
#comments input {
display: block;
}
#comments input[type="checkbox"] {
display: inline;
}
#respond .form-allowed-tags {
clear: both;
width: 98%;
Expand Down Expand Up @@ -77,4 +80,8 @@ ol.commentlist {
}
#comments {
padding-top: 40px;
}
.comment-respond {
@include border-shadow-top;
padding: 25px 0;
}
12 changes: 12 additions & 0 deletions sempress/style.css
Expand Up @@ -1215,6 +1215,10 @@ article.comment {
display: block;
}

#comments input[type="checkbox"] {
display: inline;
}

#respond .form-allowed-tags {
clear: both;
width: 98%;
Expand Down Expand Up @@ -1289,6 +1293,14 @@ ol.commentlist {
padding-top: 40px;
}

.comment-respond {
border-top: 1px solid #fff;
-moz-box-shadow: #ccc 0 -1px 0 0;
-webkit-box-shadow: #ccc 0 -1px 0 0;
box-shadow: #ccc 0 -1px 0 0;
padding: 25px 0;
}

/* =Widgets
-------------------------------------------------------------- */
.widget {
Expand Down

0 comments on commit 3164f3f

Please sign in to comment.