diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/admin/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/admin/style.css b/www/admin/style.css index c862c8b..5e69dd2 100644 --- a/www/admin/style.css +++ b/www/admin/style.css @@ -135,11 +135,18 @@ a:hover { color: #113399; } .contenttext { margin: 10px; } +div.contenttext a { + font-weight: bold; +} .contenttable { width: 100%; background-color: black; border: 0px; } +.contenttable tr a { + font-weight: bold; + text-decoration: none; +} .contentroweven { background-color: #C0CDE0; margin: 0px; |