Browse Source

Hide first item in combined table

pull/2266/merge
Ruud 12 years ago
parent
commit
96b4af1fea
  1. 2
      couchpotato/static/style/settings.css

2
couchpotato/static/style/settings.css

@ -542,7 +542,7 @@
line-height: 140%; line-height: 140%;
cursor: help; cursor: help;
} }
.page .combined_table .head abbr.use, .page .combined_table .head abbr.automation_urls_use { .page .combined_table .head abbr:first-child {
display: none; display: none;
} }
.page .combined_table .head abbr.host { .page .combined_table .head abbr.host {

Loading…
Cancel
Save