From ea8bcd190e7a4a7f73097fcc699838f1e7fd7929 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Tue, 24 Jan 2017 21:22:18 -0600 Subject: [PATCH] Added missing CSS; should now be in sync. --- source/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/app.css b/source/css/app.css index 5843440..0802831 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -606,3 +606,7 @@ samp:after { .alternate tr{ background: #b8d1f3; } .alternate tr:nth-child(odd){ background: #b8d1f3; } .alternate tr:nth-child(even){ background: #dae5f4; } + +.container { position:relative; border: none;} +.hoverimg { position: absolute; border: none; } +.hoverimg:hover{ z-index:100; box-shadow: 0 0 5px 5px lightgreen; } -- 2.37.2