From 473f25bbec9e568ee58639bf62b089e8daf7f9e0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 8 Jan 2010 18:13:37 +0000 Subject: [PATCH] Paragraph ndentation doesn't work well after quotations and the like. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32889 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/paper.layout | 1 - lib/layouts/stdclass.inc | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/layouts/paper.layout b/lib/layouts/paper.layout index 9a4aa967f8..437db9d964 100644 --- a/lib/layouts/paper.layout +++ b/lib/layouts/paper.layout @@ -21,7 +21,6 @@ Style Standard LabelType No_Label HTMLStyle div.standard { - text-indent: 2em; margin-bottom: 2ex; } EndHTMLStyle diff --git a/lib/layouts/stdclass.inc b/lib/layouts/stdclass.inc index f1c4585c13..e74300689e 100644 --- a/lib/layouts/stdclass.inc +++ b/lib/layouts/stdclass.inc @@ -38,7 +38,6 @@ Style Standard # FIXME This ought to be set dynamically. HTMLStyle div.standard { - text-indent: 2em; margin-bottom: 2ex; } EndHTMLStyle -- 2.39.5