From 6b51be6fae9ad61a3cb94b3a0a16a0518909ea0c Mon Sep 17 00:00:00 2001 From: z3d Date: Sun, 4 Apr 2010 05:46:07 +0000 Subject: [PATCH] Fix the errant horizontal rule issue in the console news section (classic/midnight). --- installer/resources/themes/console/classic/console.css | 2 +- installer/resources/themes/console/midnight/console.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 9fb25e32e..f4665e250 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -384,7 +384,7 @@ div.news hr { background: #cc7; height: 1px; border: 0px solid #cccc77; - margin: 2px 0 0 0; + margin: 20px 0 2px 0; } div.confignav { diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index 983e9f74a..4308ac73c 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -437,7 +437,7 @@ div.news hr { background: #99f; height: 1px; border: 0px solid #99f; - margin: 2px 0 2px 0; + margin: 20px 0 2px 0; } div.confignav {