diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-01-25 09:37:23 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-01-25 10:07:34 +0100 |
commit | 2c098d73a233d329bacd4af5946ad97f6496a438 (patch) | |
tree | b1ad1a2b3e08e96cce092400cba089ce49e4f366 /web/html/css/fonts.css | |
parent | 737268e0c270c0cc7761f1e449a9a414508b4ebc (diff) | |
download | aur-2c098d73a233d329bacd4af5946ad97f6496a438.tar.gz aur-2c098d73a233d329bacd4af5946ad97f6496a438.tar.xz |
Removed links to internal sources from package details.
Tarball extraction code has been removed in commit
ec0dfc27deb246ee7d7f19fd5290e499805869d2, so links to package sources
contained in the source tarball itself will no longer be accessible
through the AUR frontend.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/css/fonts.css')
-rw-r--r-- | web/html/css/fonts.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index cbc6ddce..9dea9354 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -44,6 +44,12 @@ span.f7 /* Green Message */ font-size: 14px; font-weight: bold; } +span.f8 /* Internal Sources in Package Details */ +{ + color: #888; + font-size: 12px; + font-weight: bold; +} span.fix /* Monospace fixed-font */ { color: #000; |