diff options
tests - integration - get flat and mascara tests closer to compatible
Diffstat (limited to 'development/index.html')
-rw-r--r-- | development/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/index.html b/development/index.html index 048aa3f35..a0814cb55 100644 --- a/development/index.html +++ b/development/index.html @@ -14,13 +14,13 @@ </body> <style> -html, body, #app-content, .super-dev-container { +html, body, #test-container, .super-dev-container { height: 100%; width: 100%; position: relative; background: white; } -.mock-app-root { +#app-content { background: #F7F7F7; } </style> |