From f985ea9a45f98b61a4b32370c580248d5c182cec Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 28 Jan 2014 13:56:57 +0200 Subject: [PATCH] Remove border from image thumbnails --- css/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index eeb0d12..2ae5780 100644 --- a/css/custom.css +++ b/css/custom.css @@ -17,4 +17,7 @@ h1 { word-wrap: break-word; overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ } - \ No newline at end of file + +a.thumbnail { + border: none !important; +} \ No newline at end of file -- 2.30.2