Remove border from image thumbnails
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 28 Jan 2014 11:56:57 +0000 (13:56 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 28 Jan 2014 11:57:47 +0000 (13:57 +0200)
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.010293 seconds and 4 git commands to generate.