From 46e02150b99ea9a468382bfed4cc4ecb69eb59cc Mon Sep 17 00:00:00 2001 From: Mark Hepburn Date: Wed, 4 Feb 2015 10:26:50 +1100 Subject: [PATCH] Tweaks now that we're using no-db portal branch. Removes the login from the landing page, and removes the left border that used to form a "bar" between links. --- static/css/landing.css | 1 - static/landing.html | 2 -- static/overrides.css | 5 +++++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/css/landing.css b/static/css/landing.css index ce5ca64..b03cb42 100644 --- a/static/css/landing.css +++ b/static/css/landing.css @@ -75,7 +75,6 @@ a[rel="external"], a.external { margin-right: 10px; margin-left: 5px; padding-left: 10px; - border-left: 1px solid #9DAAB1; } a:hover.mainlinks { diff --git a/static/landing.html b/static/landing.html index 23c2d61..887a22a 100644 --- a/static/landing.html +++ b/static/landing.html @@ -26,8 +26,6 @@
diff --git a/static/overrides.css b/static/overrides.css index b056a78..da689ad 100644 --- a/static/overrides.css +++ b/static/overrides.css @@ -1,3 +1,8 @@ #headerTitle { display: none; } + +.mainlinks { + /* Remove border now that there's no login link */ + border-left: none; +}