From 4e376b8d59e0d7e0ed15390fd5b355f57f57a873 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 16 2012 20:40:53 +0000 Subject: Update `trac.css' file. --- diff --git a/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/trac.css b/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/trac.css index 47e2d43..be70cf2 100755 --- a/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/trac.css +++ b/Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/trac.css @@ -26,9 +26,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * ------------------------------------------------------------------- - * $Id: reset.css 5276 2012-08-28 22:08:58Z al $ - * ------------------------------------------------------------------- */ @@ -160,7 +157,7 @@ h1 { line-height: 1.9em; margin-top: 0.9em; margin-bottom: 0.9em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ + padding-left: 20px; /* Should be the same for h{1-4} */ color: #FFF; border: none; background-color: #204C8D; @@ -173,7 +170,7 @@ h2 { margin: 0; margin-top: 1.6em; margin-bottom: 0.8em; - padding-left: 0.7em; /* Should be the same for h{1-4}*/ + padding-left: 20px; /* Should be the same for h{1-4}*/ background-image: url("../h2-background.png"); border: none; color: #072B61; @@ -184,7 +181,7 @@ h3 { line-height: 1.6em; margin-top: 1em; margin-bottom: 0.5em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ + padding-left: 20px; /* Should be the same for h{1-4} */ color: #072B61; border-bottom-width: 1px; border-bottom-style: solid; @@ -205,7 +202,7 @@ h5 { line-height: 1.1em; margin-top: 1em; margin-bottom: 0.5em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ + padding-left: 20px; /* Should be the same for h{1-4} */ color: #072B61; font-weight: bold; border-bottom: none; @@ -216,7 +213,7 @@ h6 { line-height: 1.1em; margin-top: 1em; margin-bottom: 0.5em; - padding-left: 0.7em; /* Should be the same for h{1-4} */ + padding-left: 20px; /* Should be the same for h{1-4} */ color: #000; font-weight: bold; border-bottom: none;