From 46b9075d27f89ef4fc78e0ea11c32ce58cc26980 Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Fri, 9 Nov 2018 15:03:11 -0600
Subject: [PATCH] Add custom CSS for image border.

---
 layouts/partials/custom-head.html | 1 +
 static/css/custom.css             | 3 +++
 2 files changed, 4 insertions(+)
 create mode 100644 layouts/partials/custom-head.html
 create mode 100644 static/css/custom.css

diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html
new file mode 100644
index 00000000..7c12a5aa
--- /dev/null
+++ b/layouts/partials/custom-head.html
@@ -0,0 +1 @@
+<link rel="stylesheet" href="/css/custom.css">
diff --git a/static/css/custom.css b/static/css/custom.css
new file mode 100644
index 00000000..c16d4511
--- /dev/null
+++ b/static/css/custom.css
@@ -0,0 +1,3 @@
+.img-border a img  {
+  border:1px solid #021a40 !important ;
+}
-- 
GitLab