Make comments in styleshhets a bit clearer (#545)
* Update _variables.scss * Make comments in stylesheets a bit more clear
This commit is contained in:
parent
a20d2df50a
commit
ff92ac0763
|
@ -54,7 +54,7 @@ main .article-meta {
|
|||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
// Tags
|
||||
// Article Tags
|
||||
.tags {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
|
@ -206,7 +206,7 @@ main .article-meta {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
// Response/delete buttons
|
||||
// Respond & delete comment buttons
|
||||
a.button, form.inline, form.inline input {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Colors
|
||||
// Color Scheme
|
||||
$background: #F4F4F4;
|
||||
$form-input-background: #FFFFFF;
|
||||
$gray: #E3E3E3;
|
||||
|
|
Loading…
Reference in New Issue