diff options
| author | 2013-03-01 01:00:55 +0100 | |
|---|---|---|
| committer | 2013-03-01 01:00:55 +0100 | |
| commit | 2232b03bb48a012d8d3902dd32c7612dc112e0f9 (patch) | |
| tree | a1eedda8e02cb2949a55b0b7bda80f47c8998202 /public/theme/base.css | |
| parent | 57c0a448f5460240708f29bf1a083354ad894689 (diff) | |
Fix petit bug affichage
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/theme/base.css b/public/theme/base.css index 6814e07b0..376b4b98d 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -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; } |
