From c106e2fbd2c3872f834a3bfef01e8bacec313d4a Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sat, 22 Dec 2012 00:41:01 +0000
Subject: [PATCH] Don't display the language menu in sidebar for danimoth theme

---
 i2p2www/static/styles/danimoth.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/i2p2www/static/styles/danimoth.css b/i2p2www/static/styles/danimoth.css
index f881a350c..92ad2b5e2 100644
--- a/i2p2www/static/styles/danimoth.css
+++ b/i2p2www/static/styles/danimoth.css
@@ -27,6 +27,10 @@ div#cssmenu > ul > li > a {
     line-height: 36px;
 }
 
+div#cssmenu .right {
+    display: none;
+}
+
 h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
 margin:0;
 padding:0;
-- 
GitLab