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