TRIVIAL: Remove border thickness from handlebars template. Just do the

color there.
This commit is contained in:
Robin Ward 2014-06-23 11:43:52 -04:00
parent 211536e561
commit d9fb5c4468
2 changed files with 2 additions and 1 deletions

View File

@ -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}}

View File

@ -266,6 +266,7 @@
vertical-align: top;
padding-top: 15px;
padding-bottom: 15px;
border-left: 6px solid;
}
td.stats {
.unit {