summaryrefslogtreecommitdiffstats
path: root/css/main.css
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2017-07-12 19:27:12 -0500
committerRobby Workman <rworkman@slackware.com>2017-07-12 19:33:13 -0500
commit8a575a2aa52c7524be087a1b2ea88f09515bab8d (patch)
treef5542c41050b09277b31c3f81feac80ffe497f88 /css/main.css
parent85f6b24e118be98709154783d82996a20a0f1eee (diff)
downloadslackware-freenode-master.tar.xz
Renamed css file to fix caching problem on sw.comHEADmaster
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/css/main.css b/css/main.css
deleted file mode 100644
index 41c5a3e..0000000
--- a/css/main.css
+++ /dev/null
@@ -1,54 +0,0 @@
-body
-{
- background-color: #DCDCDC;
- color: black;
- font-family: sans-serif;
- margin-left: 3em;
- margin-right: 3em;
-}
-div.body
-{
- margin-left: 3em;
- margin-right: 3em;
- padding: 1em;
- background-color: white;
- border-style: solid;
- border-width: 2px;
- border-color: black;
-}
-A:hover
-{
- background:white;
-}
-A.button:hover
-{
- background:none;
-}
-A:link
-{
- text-decoration: none;
- color: blue ;
-}
-A:visited
-{
- text-decoration: none;
- color: navy;
-}
-A:active
-{
- text-decoration: none;
- color: red;
-}
-h
-{
- color: black;
-}
-p
-{
- color: black;
-}
-li
-{
- color: black;
-}
-