From 1cdd7fb4203250b3a76c086a91f0e0b75063070a Mon Sep 17 00:00:00 2001 From: "jwalden%mit.edu" Date: Sun, 5 Dec 2004 03:09:41 +0000 Subject: [PATCH] Bug 265691 - Fix up CSS indenting on paragraphs. Patch by R.J. Keller , r=me --- toolkit/themes/pinstripe/help/helpFileLayout.css | 4 ---- toolkit/themes/winstripe/help/helpFileLayout.css | 4 ---- 2 files changed, 8 deletions(-) diff --git a/toolkit/themes/pinstripe/help/helpFileLayout.css b/toolkit/themes/pinstripe/help/helpFileLayout.css index 14f55468b9d5..82ebdd32278d 100644 --- a/toolkit/themes/pinstripe/help/helpFileLayout.css +++ b/toolkit/themes/pinstripe/help/helpFileLayout.css @@ -55,10 +55,6 @@ h3 { color: #009; font-size: 1em; margin-bottom: 0px; margin-top: 35px; } dt { font-weight: bold; } -p { - text-indent: 15px; -} - .contentsBox, .contentsBox > ul, li { diff --git a/toolkit/themes/winstripe/help/helpFileLayout.css b/toolkit/themes/winstripe/help/helpFileLayout.css index cd355933cad4..ab899332c2c2 100644 --- a/toolkit/themes/winstripe/help/helpFileLayout.css +++ b/toolkit/themes/winstripe/help/helpFileLayout.css @@ -55,10 +55,6 @@ h3 { color: #009; font-size: 1em; margin-bottom: 0px; margin-top: 35px; } dt { font-weight: bold; } -p { - text-indent: 15px; -} - .contentsBox, .contentsBox > ul, li {