summaryrefslogtreecommitdiffstats
path: root/css/custom.css
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 10:03:19 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 10:03:19 +0200
commit414f1791075de4d46483226b62f63474d82490c7 (patch)
tree9a97bbf6ab79a715eb46150eb00bc0c3793a9847 /css/custom.css
parent37d7661fb8d4fbfd99e7888f4d0b640a697d0e0e (diff)
downloadwww-414f1791075de4d46483226b62f63474d82490c7.tar.gz
www-414f1791075de4d46483226b62f63474d82490c7.tar.bz2
www-414f1791075de4d46483226b62f63474d82490c7.zip
remove lagecy files
Diffstat (limited to 'css/custom.css')
-rw-r--r--css/custom.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/css/custom.css b/css/custom.css
deleted file mode 100644
index 56f9d43..0000000
--- a/css/custom.css
+++ /dev/null
@@ -1,36 +0,0 @@
-a {
- cursor: pointer;
- color: #F00;
- font-weight: bold;
-}
-
-a:hover {
- color: rgb(168, 0, 0);
-}
-
-h1 {
- text-align: center;
-}
-
-#hosts li {
- list-style-type: none;
- text-align: center;
- margin-top: 20px;
- display: table;
-}
-
-#hosts li a {
- height: 100px;
- display: table-cell;
- vertical-align: middle;
-}
-
-#hosts li a:hover {
- background-color: #CCC;
- color: #000;
- text-decoration: none;
-}
-
-td.centering, p.centering {
- text-align: center;
-}