summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 3113832076741ee02f842c5967d247a56f38e3e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
	background-color:#CCCCCC;
}

#sectioncourbe {
	display: none;
}

#sectionexport {
	display: none;
}

#export {
	width: 25em;
	height: 20em;
}

#courbe_warnings {
	display: none;
}

#courbe_erreurs {
	display: none;
}