From 4eac02e938fc6905615952d2b2e690e8c5321bc1 Mon Sep 17 00:00:00 2001 From: rr- Date: Tue, 29 Mar 2016 12:31:59 +0200 Subject: [PATCH] front/general: change CSS for headers and links --- static/css/main.css | 10 +++++++--- static/html/login.tpl | 2 +- static/html/user_registration.tpl | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 611405ec..9d1d2809 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -19,18 +19,23 @@ body { color: var(--text-color); font-family: 'Droid Sans' !important; font-size: 12pt; - line-height: 20pt; + line-height: 18pt; +} + +h1, h2, h3 { + font-weight: 400; } a { color: var(--main-color); + text-decoration: none; } #content-holder { margin-top: 1em; text-align: center; } -#content-holder>.center { +#content-holder>.content-wrapper { text-align: left; display: inline-block; margin: 0 auto; @@ -66,7 +71,6 @@ nav.text-nav { } nav.text-nav ul li a { padding: 0.3em 1.2em; - text-decoration: none; } nav.text-nav ul li:not(.active) a { color: var(--inactive-link-color); diff --git a/static/html/login.tpl b/static/html/login.tpl index 2fa511e4..651ac92e 100644 --- a/static/html/login.tpl +++ b/static/html/login.tpl @@ -1,4 +1,4 @@ -
+

Log in

diff --git a/static/html/user_registration.tpl b/static/html/user_registration.tpl index d88f630a..d8616553 100644 --- a/static/html/user_registration.tpl +++ b/static/html/user_registration.tpl @@ -1,4 +1,4 @@ -
+

Registration