From: Marius Gavrilescu Date: Tue, 28 Jan 2014 11:56:57 +0000 (+0200) Subject: Remove border from image thumbnails X-Git-Url: http://git.ieval.ro/?p=mindcoding-template-patches.git;a=commitdiff_plain;h=f985ea9a45f98b61a4b32370c580248d5c182cec Remove border from image thumbnails --- 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