From 5b82e59b33ef48745985773df3f06e042745f42b Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Tue, 2 Apr 2013 16:17:11 +0200 Subject: [PATCH] Add default background color for thumbshot. --- inc/user.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/user.css b/inc/user.css index f2a90fd..afd7477 100644 --- a/inc/user.css +++ b/inc/user.css @@ -42,6 +42,7 @@ pre code { .thumbnail img { border-radius: 0.3em; + background-color:#fff; } .linkcontainer { position: static; @@ -81,6 +82,7 @@ pre code { .picwall_pictureframe img { border-radius:0.1em; + background-color:#fff; } .picwall_pictureframe {