summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 10:41:49 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 10:41:49 +0200
commit2370b4eb081b3392301c541222c07ce7fe974ff4 (patch)
tree6e6f29fa1487aaa80a1492f4559cd906c8468e79
parentae2188754334276e80e2645c5e2ac76ca6b2297d (diff)
downloadwww-2370b4eb081b3392301c541222c07ce7fe974ff4.tar.gz
www-2370b4eb081b3392301c541222c07ce7fe974ff4.tar.bz2
www-2370b4eb081b3392301c541222c07ce7fe974ff4.zip
custom.css: fix indentation
-rw-r--r--www/css/custom.css32
1 files changed, 16 insertions, 16 deletions
diff --git a/www/css/custom.css b/www/css/custom.css
index 56f9d43..0657847 100644
--- a/www/css/custom.css
+++ b/www/css/custom.css
@@ -1,36 +1,36 @@
a {
- cursor: pointer;
- color: #F00;
- font-weight: bold;
+ cursor: pointer;
+ color: #F00;
+ font-weight: bold;
}
a:hover {
- color: rgb(168, 0, 0);
+ color: rgb(168, 0, 0);
}
h1 {
- text-align: center;
+ text-align: center;
}
#hosts li {
- list-style-type: none;
- text-align: center;
- margin-top: 20px;
- display: table;
+ list-style-type: none;
+ text-align: center;
+ margin-top: 20px;
+ display: table;
}
#hosts li a {
- height: 100px;
- display: table-cell;
- vertical-align: middle;
+ height: 100px;
+ display: table-cell;
+ vertical-align: middle;
}
#hosts li a:hover {
- background-color: #CCC;
- color: #000;
- text-decoration: none;
+ background-color: #CCC;
+ color: #000;
+ text-decoration: none;
}
td.centering, p.centering {
- text-align: center;
+ text-align: center;
}