Commit 391d1730 by Brittany Cheng

similar posts styles

parent 4b9358fb
...@@ -217,9 +217,12 @@ form label { ...@@ -217,9 +217,12 @@ form label {
margin-left: -5%; margin-left: -5%;
} }
.new-post-similar-posts-wrapper { .new-post-similar-posts-wrapper {
@include border-radius(3px);
border: 1px solid #EEE;
font-size: $comment_body_size; font-size: $comment_body_size;
line-height: 150%; line-height: 150%;
padding: 1%; margin-top: 1%;
padding: 1% 1.5%;
} }
.new-post-similar-posts { .new-post-similar-posts {
font: inherit; font: inherit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment