diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 95cd55e..4b82077 100644 --- a/static/style.css +++ b/static/style.css | |||
@@ -37,12 +37,14 @@ img#courbe { | |||
37 | display: none; | 37 | display: none; |
38 | } | 38 | } |
39 | 39 | ||
40 | #export { | 40 | #export_texte { |
41 | width: 25em; | 41 | width: 25em; |
42 | height: 20em; | 42 | height: 20em; |
43 | display:none; | ||
44 | max-width: 100% | 43 | max-width: 100% |
45 | } | 44 | } |
45 | #export { | ||
46 | display: none; | ||
47 | } | ||
46 | 48 | ||
47 | #courbe_warnings { | 49 | #courbe_warnings { |
48 | display: none; | 50 | display: none; |
@@ -125,3 +127,8 @@ nav { | |||
125 | .data { | 127 | .data { |
126 | width:7em | 128 | width:7em |
127 | } | 129 | } |
130 | |||
131 | /* Page changelog */ | ||
132 | #suite_changelog { | ||
133 | display: none; | ||
134 | } | ||