Commit dcb34306 authored by RawKStar77's avatar RawKStar77 Committed by Randall Leeds

Kill .tag-preview and add more stylings for code element.

parent 299343b8
......@@ -486,8 +486,12 @@ h6 {
}
code {
color: #666;
font-family: "Courier New", monospace;
display: block;
font-family: monospace,monospace;
padding: 0 0.615em;
border: 1px solid #DDD;
background-color: #F8F8F8;
border-radius: 3px;
}
blockquote {
......
......@@ -157,6 +157,7 @@
.form-actions {
@include pie-clearfix;
margin-top: 10px;
}
.form-actions-message {
......
......@@ -95,9 +95,5 @@ tags-input {
}
}
}
&.tag-preview {
margin: 10px 0;
}
}
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