summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Summers <quantumsummers@gentoo.org>2011-03-28 16:41:01 -0500
committerMatthew Summers <quantumsummers@gentoo.org>2011-03-28 16:41:01 -0500
commitfb0232de11b105f7cb3ac6e8a06ab9dbdcda7bd9 (patch)
tree2fc5431cc1df8561b309081179a3e64e9dccb1c4
parentrevision of amd64 and arm subpages with slight style variation (diff)
downloadget-gentoo-fb0232de11b105f7cb3ac6e8a06ab9dbdcda7bd9.tar.gz
get-gentoo-fb0232de11b105f7cb3ac6e8a06ab9dbdcda7bd9.tar.bz2
get-gentoo-fb0232de11b105f7cb3ac6e8a06ab9dbdcda7bd9.zip
Make arch name uppercase on all variant pages (css solution)
-rw-r--r--htdocs/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/htdocs/style.css b/htdocs/style.css
index 36787c9..c3878e5 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -149,4 +149,8 @@ p {
h1 {
color: #45347B;
+}
+
+span.arch {
+ text-transform: uppercase;
} \ No newline at end of file