source:
tmcsimulator/trunk/webapps/css/style.css
@
315
| Revision 315, 297 bytes checked in by jdalbey, 7 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| 1 | /** | |
| 2 | * index.scss | |
| 3 | * - Add any styles you want here! | |
| 4 | */ | |
| 5 | /* Set the size of the div element that contains the map */ | |
| 6 | #mapdiv | |
| 7 | { | |
| 8 | height: 100%; | |
| 9 | width: 100%; | |
| 10 | } | |
| 11 | /* Makes the page fill the window. */ | |
| 12 | html, body | |
| 13 | { | |
| 14 | height: 100%; | |
| 15 | margin: 0; | |
| 16 | padding: 0; | |
| 17 | background: darkgray; | |
| 18 | } | |
| 19 |
Note: See TracBrowser
for help on using the repository browser.
