mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
TRIVIAL: Remove border thickness from handlebars template. Just do the
color there.
This commit is contained in:
parent
211536e561
commit
d9fb5c4468
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{{#each model.categories}}
|
{{#each model.categories}}
|
||||||
<tr data-category_id='{{unbound id}}' {{bind-attr class="description_excerpt:has-description:no-description"}}>
|
<tr data-category_id='{{unbound id}}' {{bind-attr class="description_excerpt:has-description:no-description"}}>
|
||||||
<td class='category' style="border-left: 6px solid #{{unbound color}}">
|
<td class='category' style="border-color: #{{unbound color}}">
|
||||||
<div>
|
<div>
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
{{#if controller.ordering}}<i class="fa fa-bars"></i>{{/if}}
|
{{#if controller.ordering}}<i class="fa fa-bars"></i>{{/if}}
|
||||||
|
|
|
@ -266,6 +266,7 @@
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
border-left: 6px solid;
|
||||||
}
|
}
|
||||||
td.stats {
|
td.stats {
|
||||||
.unit {
|
.unit {
|
||||||
|
|
Loading…
Reference in a new issue