From be2bee46f402b8144b4760ffb32a317677b9558c Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 3 Apr 2017 20:50:37 -0700 Subject: Fix centering for headers --- www/global.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/global.css') diff --git a/www/global.css b/www/global.css index 91547655..14a00514 100644 --- a/www/global.css +++ b/www/global.css @@ -18,8 +18,7 @@ body { color: #222; } -h1 { - font-size: 2.0em; +header { text-align: center; } -- cgit v1.2.3-70-g09d2 From 6b94ae3f66350c08f060167e5972daf63874c1d8 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 3 Apr 2017 21:06:08 -0700 Subject: Cleanup homepage a bit --- www/global.css | 2 +- www/index.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'www/global.css') diff --git a/www/global.css b/www/global.css index 14a00514..681ae26c 100644 --- a/www/global.css +++ b/www/global.css @@ -23,7 +23,7 @@ header { } #logo { - width: 25%; + width: 20%; float: right; } diff --git a/www/index.md b/www/index.md index 252eebdf..da98cfd0 100644 --- a/www/index.md +++ b/www/index.md @@ -5,16 +5,16 @@ title: Libreboot [![Libreboot logo](logo/logo.svg "Canteloupe, the libreboot mascot"){#logo}](faq.md#who-did-the-logo) -[Downloads](download.md) -- -[Documentation](docs/) -- -[FAQ](faq.md) -- -[Contributors](contrib.md) -- -[Report a bug](https://notabug.org/libreboot/libreboot/issues/new) -- -[Submit a patch](git.md) -- -[Hardware Compatibility](docs/hcl/) -- +[Download](download.md) -- [Install](docs/install/) -- +[Contribute](git.md) -- [Mirror](rsync.md) -- -[IRC](https://webchat.freenode.net/?channels=libreboot) +[FAQ](faq.md) -- +[Docs](docs/) -- +[Authors](contrib.md) -- +[Bugs](https://notabug.org/libreboot/libreboot/issues) -- +[Compatibility](docs/hcl/) -- +[Support](https://webchat.freenode.net/?channels=libreboot) Libreboot is a [free](https://en.wikipedia.org/wiki/Free_software) and Open Source BIOS or UEFI replacement, initialising the hardware and booting your -- cgit v1.2.3-70-g09d2