diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-08-01 14:22:13 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-08-01 14:22:13 +0000 |
commit | 17983d86e1b905f8ae4ca46d0b59939bb7eed957 (patch) | |
tree | a4bbf2dbfa76adf0681bb4f53075b4c39aad540b /www | |
parent | a8152179c4c03e8fa54adf073a05c11bfc4f667b (diff) |
Removed redundant CSS.
Diffstat (limited to 'www')
-rw-r--r-- | www/css/main.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/css/main.css b/www/css/main.css index 33446e3..e1420c6 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -75,25 +75,5 @@ table.datatable max-width: 1000px; } -a:link -{ - color: black; -} - -a:visited -{ - color: black; -} - -a:hover -{ - color: red; -} - -a:active -{ - color: red; -} - /* vim: sw=4 ts=4 */ |