summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-08-01 14:22:13 +0000
committerIan C <ianc@noddybox.co.uk>2018-08-01 14:22:13 +0000
commit17983d86e1b905f8ae4ca46d0b59939bb7eed957 (patch)
treea4bbf2dbfa76adf0681bb4f53075b4c39aad540b /www/css
parenta8152179c4c03e8fa54adf073a05c11bfc4f667b (diff)
Removed redundant CSS.
Diffstat (limited to 'www/css')
-rw-r--r--www/css/main.css20
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
*/