diff options
Diffstat (limited to 'web/html')
-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 cbc6ddc..9dea935 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; |