From 197a489a36e7b11264c87aeae67f3553172e598c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 12 Aug 2014 08:47:52 +0200 Subject: [PATCH 1/1] web: Top-align menu items. Without this, elinks shows the menu items centered with respect to the main web page. As most pages are short, this is not a real problem. But for the longer NEWS page the menu was shown in the middle of the page, making it hard to navigate. --- web/header.html | 2 +- web/header2.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/header.html b/web/header.html index 8f7428f7..6e559faa 100644 --- a/web/header.html +++ b/web/header.html @@ -20,7 +20,7 @@ - +
Home
Features
diff --git a/web/header2.html b/web/header2.html index 68980a86..27ccd96a 100644 --- a/web/header2.html +++ b/web/header2.html @@ -20,7 +20,7 @@ - +
Home
Features
-- 2.39.2