diff options
-rw-r--r-- | site/css/main.css | 2 | ||||
-rw-r--r-- | site/index.php | 10 |
2 files changed, 5 insertions, 7 deletions
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 @@ <p> <?php echo $lbProjectNameCapitalized; ?> is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre) BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, 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. </p> <p> <a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a> @@ -60,10 +59,9 @@ <h1>Contributing to libreboot?</h1> <p> - The instructions at <a href="download/#contrib">download/#contrib</a> show how to submit patches. - The list of currently defined tasks is listed at <a href="gitdocs/tasks.html">gitdocs/tasks.html</a>. - 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 <a href="download/#contrib">download/#contrib</a>. + The current tasks are defined at <a href="gitdocs/tasks.html">gitdocs/tasks.html</a> which, + along with everything else on this website, is part of a git repository. </p> </div> |