From 0c3a9ef4fc1aa774dfd68b15029af5f3e125d970 Mon Sep 17 00:00:00 2001 From: Cameron Moon Date: Tue, 12 Feb 2013 00:14:27 +1100 Subject: [PATCH] Made sidebar look less broken when using out-of-date plugin --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index ebe3d41d..c7d2dae7 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,13 @@ body { width: 340px; bottom: 45px; z-index: 1001; + + /* + * NOTE: following 2 items are needed for back compatability + * between new css and old plugin versions (0.4) as of 2013-02-11 UTC. + */ + background-color: rgba(8, 48, 78, 1); + border-left: 1px solid #20A8B1; } #sidebar {