TRIVIAL: Remove border thickness from handlebars template. Just do the
color there.
This commit is contained in:
parent
211536e561
commit
d9fb5c4468
|
@ -14,7 +14,7 @@
|
|||
<tbody>
|
||||
{{#each model.categories}}
|
||||
<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 class="pull-left">
|
||||
{{#if controller.ordering}}<i class="fa fa-bars"></i>{{/if}}
|
||||
|
|
|
@ -266,6 +266,7 @@
|
|||
vertical-align: top;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
border-left: 6px solid;
|
||||
}
|
||||
td.stats {
|
||||
.unit {
|
||||
|
|
Loading…
Reference in New Issue