diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-11 16:01:12 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-11 16:01:12 -0400 |
| commit | 110e137f1f6a56f93e4edb57bfbdffc1384f78dc (patch) | |
| tree | 673b725e987281fedbf25e35d5a07816354b1a76 /index.html | |
| parent | 7243fd7cf75e59b2ea45def413788020a663679f (diff) | |
working
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,7 +10,7 @@ html,body { font-size: 12px; font-weight: normal; background: black; color: whit circle { cursor: pointer } input[type=text] { width: 30px } #mobile_controls { display: none } -.mobile #mobile_controls { display: inline } +.mobile #mobile_controls { display: block; } #MobileStart { position: absolute; @@ -34,7 +34,8 @@ input[type=text] { width: 30px } width: 80px; height: 80px; text-align: center; - line-height: 80px; } + line-height: 80px; +} </style> </head> |
