app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.56 vs app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.57

- old
+ new

@@ -115,11 +115,11 @@ ul.tags ul.tags { margin-left: 2em; } /** - * ally + * ally, stock watches */ .price { /* margin-left: 1em; */ } .descriptive { @@ -128,6 +128,13 @@ .price::before { content: "$"; position: absolute; top: 1em; left: 0; +} +table.stock_watches td { + border-right: 1px solid cyan; + padding: 15px; +} +table.stock_watches .trashy { + background: #cecece; }