diff --git a/Identity/Webenv/Css/default.css b/Identity/Webenv/Css/default.css index e1c7e4b..da176ee 100755 --- a/Identity/Webenv/Css/default.css +++ b/Identity/Webenv/Css/default.css @@ -81,8 +81,6 @@ a:visited:hover { text-decoration: underline; color: green; } /* color: #072B61; */ color: #000000; text-decoration: none; - padding-top: 1em; - line-height: 1em; } /* Headings @@ -90,26 +88,38 @@ a:visited:hover { text-decoration: underline; color: green; } h1 { font-size: 1.9em; + line-height: 1.9em; + margin-top: 1em; } h2 { - font-size: 1.5em; + font-size: 1.6em; + line-height: 1.6em; + margin-top: 1.5em; } h3 { font-size: 1.4em; + line-height: 1.4em; + margin-top: 1.4em; } h4 { font-size: 1.2em; + line-height: 1.2em; + margin-top: 1.2em; } h5 { font-size: 1.1em; + line-height: 1.1em; + margin-top: 1.1em; } h6 { font-size: 1em; + line-height: 1em; + margin-top: 1em; } /* Paragraphs