Fix petit bug affichage

pull/136/head
Marien Fressinaud 12 years ago
parent 57c0a448f5
commit 2232b03bb4
  1. 4
      public/theme/base.css

@ -105,7 +105,6 @@ form {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #fafafa; background: #fafafa;
table-layout: fixed;
} }
.aside { .aside {
display: table-cell; display: table-cell;
@ -439,6 +438,9 @@ a#read_mode {
} }
@media(max-width: 840px) { @media(max-width: 840px) {
#global {
table-layout: fixed;
}
#main_aside { #main_aside {
display: none; display: none;
} }

Loading…
Cancel
Save