summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-05-26 20:33:26 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-05-26 20:33:26 +0000
commit28c4b4c18c951ee9cd5091f8e241578bfae24837 (patch)
tree680cbe0ae7eb1cf0a75ffbed1e85d625dc4f8886 /www
parenta99f0c62c36ae0a0eaa1172164b0296df3dd3fe0 (diff)
downloadrockbox-28c4b4c18c951ee9cd5091f8e241578bfae24837.tar.gz
rockbox-28c4b4c18c951ee9cd5091f8e241578bfae24837.zip
140% menulink line height
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@714 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/style.css b/www/style.css
index df69226bf2..6bf88b0144 100644
--- a/www/style.css
+++ b/www/style.css
@@ -47,5 +47,5 @@ A {
47 47
48.menulink { 48.menulink {
49 color: #f0f0f0; 49 color: #f0f0f0;
50# text-decoration: none; 50 line-height: 140%;
51} 51}