From 8da1216ba50dec7adfeefcfd2c1f00820e55fdf7 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 10 May 2015 21:35:41 -0400 Subject: optimize the home page --- (limited to 'site') diff --git a/site/css/main.css b/site/css/main.css index 171ee4b..f1097c1 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -94,7 +94,7 @@ div.important, pre, div.subsection { border:none; border-radius:0.5em; box-shadow:none; - height:10em; + height:8.5em; width:auto; float:right; } diff --git a/site/index.php b/site/index.php index c969199..cf5493d 100644 --- a/site/index.php +++ b/site/index.php @@ -45,8 +45,7 @@

is a free (libre) BIOS/UEFI replacement for your computer. Based on coreboot, the aim is to distribute - low-level boot firmware that is 100% free software. The project is aimed at users, attempting to make coreboot as easy to - use as possible. + low-level boot firmware that is 100% free software, and to make coreboot easy to use.

Why should I use ? @@ -60,10 +59,9 @@

Contributing to libreboot?

- The instructions at download/#contrib show how to submit patches. - The list of currently defined tasks is listed at gitdocs/tasks.html. - The gitdocs/ directory is also part of the git repository (it's a symlink to a working repository), so - you can also submit patches adding to that list of tasks. + Instructions for submitting patches can be found at download/#contrib. + The current tasks are defined at gitdocs/tasks.html which, + along with everything else on this website, is part of a git repository.

-- cgit v0.9.1