diff options
author | Matthew Summers <quantumsummers@gentoo.org> | 2011-03-28 16:44:28 -0500 |
---|---|---|
committer | Matthew Summers <quantumsummers@gentoo.org> | 2011-03-28 16:44:28 -0500 |
commit | 6f15d092708c13bc68662b51d32c57c3bfd9dccb (patch) | |
tree | 2be660ee351e410a692c399fda6c6720c3e307cc | |
parent | Make arch name uppercase on all variant pages (css solution) (diff) | |
download | get-gentoo-6f15d092708c13bc68662b51d32c57c3bfd9dccb.tar.gz get-gentoo-6f15d092708c13bc68662b51d32c57c3bfd9dccb.tar.bz2 get-gentoo-6f15d092708c13bc68662b51d32c57c3bfd9dccb.zip |
minor change to amd64 index
-rw-r--r-- | htdocs/amd64/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/amd64/index.html b/htdocs/amd64/index.html index 13e52a4..850167f 100644 --- a/htdocs/amd64/index.html +++ b/htdocs/amd64/index.html @@ -10,7 +10,7 @@ <div class="contain"> <div class="head"> <div class="logo"> - <h1>Get Gentoo! - <span class="arch">amd64</span></h1> + <h1>Get Gentoo!<br /><span class="arch">amd64</span></h1> </div> </div> |