Remove border from image thumbnails
[mindcoding-template-patches.git] / css / custom.css
index eeb0d1244d2661435d5b2187135314d0535a7e87..2ae5780de3a9e424d1450e7b6daa7a94f013b9c3 100644 (file)
@@ -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
This page took 0.009064 seconds and 4 git commands to generate.