From 5e0af5693864b820f28ff8ea46accf33c954c1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sat, 26 Sep 2015 00:48:41 +0200 Subject: [PATCH] styling improved --- resources/public/index.html | 6 ++---- resources/public/style.css | 10 +++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/resources/public/index.html b/resources/public/index.html index 0cd8c05..cb4ab8e 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -30,10 +30,8 @@
  • 2012-06: NoteHub released as a result of an experiment.
  • - + diff --git a/resources/public/style.css b/resources/public/style.css index 05c34f0..80a14e8 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -82,12 +82,12 @@ footer { } @media screen and (max-width: 767px) { - #footer { + footer { font-size: 0.4em; } } -#footer a { +footer a { border: none; } @@ -148,7 +148,7 @@ article { -webkit-flex: 1; flex: 1; text-align: justify; - margin-top: 5em; + margin-top: 3em; font-family: Georgia, 'Georgia'; margin-right: auto; margin-left: auto; @@ -214,7 +214,7 @@ pre { } pre { - border: 1px dotted#888; + border: 1px solid #aaa; padding: 0.5em; border-radius: 3px; } @@ -262,7 +262,7 @@ th { td { line-height: 2.5em; padding: 0.3em; - border-top: 1px dotted#888; + border-top: 1px solid #aaa; } .middot {