Fix petit bug affichage

This commit is contained in:
Marien Fressinaud
2013-03-01 01:00:55 +01:00
parent 57c0a448f5
commit 2232b03bb4

View File

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