Procházet zdrojové kódy

Merge pull request #84 from lebouquetin/master

Tracim před 10 roky
rodič
revize
d0f37ab1cc
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      tracim/tracim/public/assets/css/dashboard.css

+ 5 - 0
tracim/tracim/public/assets/css/dashboard.css Zobrazit soubor

290
 #sidebar-left .btn.btn-link,
290
 #sidebar-left .btn.btn-link,
291
 #sidebar-left .list-unstyled a {
291
 #sidebar-left .list-unstyled a {
292
     color: #DDD;
292
     color: #DDD;
293
+    margin-bottom: 20px; /* avoid left menu to be overwritten by footer */
294
+}
295
+
296
+#sidebar-left-menu {
297
+    margin-bottom: 20px; /* add a margin between menu bottom and footer top */
293
 }
298
 }
294
 
299
 
295
 h1.page-header {
300
 h1.page-header {