diff options
-rw-r--r-- | www/css/fms.css | 5 | ||||
-rw-r--r-- | www/templates/en/offline.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 82fb30e..d01f043 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -97,6 +97,11 @@ h2{ /*padding: 0 0.25em;*/ } + + p.notopmargin { + margin-top: 0em; + } + .frontpage-menu{ /*padding:0 15px;*/ } diff --git a/www/templates/en/offline.html b/www/templates/en/offline.html index 7dc4633..80870e3 100644 --- a/www/templates/en/offline.html +++ b/www/templates/en/offline.html @@ -19,7 +19,7 @@ </div> </div> </div> - <p> + <p class="notopmargin"> Sorry, there doesn't seem to be any internet connection. You can save this report for sending later though </p> |