Tyler Scott | 3c17d5f | 2015-06-23 17:49:29 -0600 | [diff] [blame] | 1 | html, body { |
2 | width: 100%; | ||||
3 | height: 100%; | ||||
4 | margin: 0; | ||||
5 | } | ||||
6 | |||||
Tyler Scott | 3c17d5f | 2015-06-23 17:49:29 -0600 | [diff] [blame] | 7 | .sidebar { |
8 | height: 100%; | ||||
9 | max-height: 100%; | ||||
10 | overflow: auto; | ||||
11 | } | ||||
Tyler Scott | f08ab96 | 2015-06-30 16:31:29 -0600 | [diff] [blame] | 12 | |
Tyler Scott | f65b710 | 2015-06-30 18:40:14 -0600 | [diff] [blame^] | 13 | fail { |
14 | color: red; | ||||
15 | } | ||||
16 | |||||
17 | sucess { | ||||
18 | color: green; | ||||
Tyler Scott | f08ab96 | 2015-06-30 16:31:29 -0600 | [diff] [blame] | 19 | } |