Browse Source

Petit truc

test_david
Dalahro 10 years ago
parent
commit
acde0322ff
  1. 4
      static/css/base.css

4
static/css/base.css

@ -8,7 +8,7 @@ html, body {
} }
#main { #main {
overflow:auto; overflow: auto;
padding-bottom:60px; /* this needs to be bigger than footer height*/ padding-bottom:60px; /* this needs to be bigger than footer height*/
} }
@ -36,8 +36,6 @@ footer {
.sidenav { .sidenav {
padding-top: 20px; padding-top: 20px;
background-color: #f1f1f1; background-color: #f1f1f1;
margin-bottom: -9999px;
padding-bottom: 9999px;
} }
/* Set black background color, white text and some padding */ /* Set black background color, white text and some padding */

Loading…
Cancel
Save