From 019b7ff117f546242595f3a9a8e3d118d7f52004 Mon Sep 17 00:00:00 2001 From: Stepan Tanasiychuk Date: Sun, 9 Oct 2011 23:58:06 +0300 Subject: [PATCH] fixed indent and CS in main.css --- templates/skin/new-jquery/css/main.css | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/templates/skin/new-jquery/css/main.css b/templates/skin/new-jquery/css/main.css index 44031ab6..d8991cf8 100644 --- a/templates/skin/new-jquery/css/main.css +++ b/templates/skin/new-jquery/css/main.css @@ -1,23 +1,13 @@ -body { - font: 12px/18px Tahoma, Arial, Sans-Serif; - color: #333; - background: #F7F8F9; -} +body { font: 12px/18px Tahoma, Arial, Sans-Serif; color: #333; background: #F7F8F9; } h1, h2, h3, h4, h5, h6 { font: normal 18px Verdana, Arial, Sans-Serif; line-height: 1.3em; margin-bottom: 0.3em; color: #333; } h2 { font-size: 22px; margin-bottom: 10px; } h2 span { color: #6EC80D; } h3 { font-size: 18px; } -a { color: #70AAE0; } -a:hover { text-decoration: none; } +a { color: #70AAE0; } +a:hover { text-decoration: none; } a.dashed { text-decoration: none; border-bottom: 1px dashed #70AAE0; } -p { margin-bottom: 18px; } - - - - - - +p { margin-bottom: 18px; } \ No newline at end of file