From 2370b4eb081b3392301c541222c07ce7fe974ff4 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 22 May 2013 10:41:49 +0200 Subject: custom.css: fix indentation --- www/css/custom.css | 32 ++++++++++++++++---------------- 1 file 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; } -- cgit v1.2.3-1-g7c22