app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.177 vs app/assets/stylesheets/ish_manager/application.css in ish_manager-0.1.8.178
- old
+ new
@@ -188,6 +188,14 @@
box-shadow: 2px 2px 5px grey;
margin: 5px;
}
.stock-option:hover {
box-shadow: 3px 3px 5px grey;
-}
\ No newline at end of file
+}
+
+/*
+ * newsitems
+ */
+.newsitems--item {
+ border: 1px solid green;
+ padding: 5px;
+}