aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/coupons.css28
-rw-r--r--static/images/lowes foods.pngbin0 -> 21916 bytes
2 files changed, 6 insertions, 22 deletions
diff --git a/static/coupons.css b/static/coupons.css
index ea225ff..fd0ff0d 100644
--- a/static/coupons.css
+++ b/static/coupons.css
@@ -1,27 +1,11 @@
-/*
-publix #64953F;
-ingles #EA2754;
-food lion #004FAC;
-lidl #00508D;
- */
-
div .store {
border-style: solid;
border-width: 5px;
}
-div .publix {
- border-color: #64953F;
-}
-div .ingles {
- border-color: #EA2754;
-}
-div .food.lion {
- border-color: #004FAC;
-}
-div .lidl {
- border-color: #00508D;
-}
+div .publix { border-color: #64953F; }
+div .ingles { border-color: #EA2754; }
+div .food.lion { border-color: #004FAC; }
+div .lidl { border-color: #00508D; }
+div .lowes.foods { border-color: #2F5931; }
-.storeimg {
- max-height: 60px;
-}
+.storeimg { max-height: 60px; }
diff --git a/static/images/lowes foods.png b/static/images/lowes foods.png
new file mode 100644
index 0000000..d3f5c2f
--- /dev/null
+++ b/static/images/lowes foods.png
Binary files differ
bgstack15