diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-05-26 20:33:26 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-05-26 20:33:26 +0000 |
| commit | 28c4b4c18c951ee9cd5091f8e241578bfae24837 (patch) | |
| tree | 680cbe0ae7eb1cf0a75ffbed1e85d625dc4f8886 | |
| parent | a99f0c62c36ae0a0eaa1172164b0296df3dd3fe0 (diff) | |
| download | rockbox-28c4b4c18c951ee9cd5091f8e241578bfae24837.zip rockbox-28c4b4c18c951ee9cd5091f8e241578bfae24837.tar.gz rockbox-28c4b4c18c951ee9cd5091f8e241578bfae24837.tar.bz2 rockbox-28c4b4c18c951ee9cd5091f8e241578bfae24837.tar.xz | |
140% menulink line height
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@714 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/style.css b/www/style.css index df69226..6bf88b0 100644 --- a/www/style.css +++ b/www/style.css @@ -47,5 +47,5 @@ A { .menulink { color: #f0f0f0; -# text-decoration: none; + line-height: 140%; } |