diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-05-07 17:32:02 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-05-07 17:33:15 +0200 |
commit | a5427163ced9f99044813058ddf62548debc673c (patch) | |
tree | 7bbd7efd42d497e1f6aff542d2c9284353620c3d /public/static/default.css | |
parent | 012169b095c2cb115cbf77707af4304a6e4a1f61 (diff) |
app: Use AJAX, not HTTP Refresh for auto-reload2.0.2
Diffstat (limited to 'public/static/default.css')
-rw-r--r-- | public/static/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/static/default.css b/public/static/default.css index 428c8ef..0ca02b0 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -24,6 +24,11 @@ p { text-align: justify; } +div.content { + width: 100%; + margin: 0; +} + div.app { border-width:1px 2px; width:100%; |