diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 03:49:26 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 03:49:26 (EDT) |
commit | dba2c20f3d6dbb0660fc607d6748e7330b4c6087 (patch) | |
tree | 82ddaf1de54ff915faba267934bdead9ba51066f /site | |
parent | 9a2a4d0dba5e73ee8e3341e10ab82d40b8d1dded (diff) | |
download | libreboot.org-dba2c20f3d6dbb0660fc607d6748e7330b4c6087.zip libreboot.org-dba2c20f3d6dbb0660fc607d6748e7330b4c6087.tar.gz libreboot.org-dba2c20f3d6dbb0660fc607d6748e7330b4c6087.tar.bz2 |
improve the question
Diffstat (limited to 'site')
-rw-r--r-- | site/common/css/main.css | 2 | ||||
-rw-r--r-- | site/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 8d8af8e..620f79e 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,4 +1,4 @@ -*,a:hover{color:#222;padding:.3% 1%;margin:1% auto;text-align:justify} +*,a:hover{color:#222;padding:.2% 1%;margin:1% auto;text-align:justify} html{background:#eee;font:95% sans-serif} body{max-width:80em} div{background:#fff;border-radius:9px;box-shadow:0 0 4px} diff --git a/site/index.php b/site/index.php index ada0f73..f3e9fca 100644 --- a/site/index.php +++ b/site/index.php @@ -80,7 +80,7 @@ </div> <div> - <h2>What is this all about?</h2> + <h2>Why are we doing this?</h2> <p> Most people in the global <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> community are using free operating systems; namely, the <a href="https://gnu.org/">GNU operating system</a>. However, most of them are still relying on proprietary software to boot their operating system, via software |