diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-27 09:34:07 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-27 09:34:07 +0000 |
| commit | b68759a1db0beada4852038708b25cfee207a75d (patch) | |
| tree | 6794e7a4d5f458fda85d0cf6a51597a2adaa7622 /www/style.css | |
| parent | 902b273467ecece60799168951fdf0824842f93e (diff) | |
| download | rockbox-b68759a1db0beada4852038708b25cfee207a75d.zip rockbox-b68759a1db0beada4852038708b25cfee207a75d.tar.gz rockbox-b68759a1db0beada4852038708b25cfee207a75d.tar.bz2 rockbox-b68759a1db0beada4852038708b25cfee207a75d.tar.xz | |
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1996 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/style.css')
| -rw-r--r-- | www/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css index 4c624a3..20af194 100644 --- a/www/style.css +++ b/www/style.css @@ -73,6 +73,19 @@ A { background-color: #ff8080; } +.faqq { + font-weight: bold; +} + +.faqa { + margin-left: 2em; +} + +PRE { + font-size: 9pt; +} + + .changetable, .bugs, .dailymod, .buildstatus, .archive { border: outset 2px #ffffff; } |