6.0.0-beta1
9/20/25

[#819] themes/horde/screen.css does not have proper <P> spacing
Summary themes/horde/screen.css does not have proper <P> spacing
Queue Horde Base
Queue Version HEAD
Type Enhancement
State Resolved
Priority 1. Low
Owners
Requester ctnpublic-horde (at) yahoo (dot) com
Created 11/13/2004 (7616 days ago)
Due
Updated 11/14/2004 (7615 days ago)
Assigned 11/13/2004 (7616 days ago)
Resolved 11/14/2004 (7615 days ago)
Milestone
Patch No

History
11/14/2004 03:57:45 PM Chuck Hagenbuch Comment #4
State ⇒ Resolved
Reply to this comment
Fixed, thanks.
11/13/2004 10:16:46 AM ctnpublic-all (at) yahoo (dot) com Comment #3
New Attachment: sample.txt Download
Reply to this comment
Messages like the attached give me trouble with HTML paragaph spacing.



Or is my install missing a style file or reference? I see these 3 in 
"View Source", of which the first one zeroes out all paddings and 
margins.



<!--a75c305b1c0a6022--><link 
href="/horde.head/themes/horde/screen.css" rel="stylesheet" 
type="text/css" />

<!--a75c305b1c0a6022--><link 
href="/horde.head/themes/lightblue/screen.css" rel="stylesheet" 
type="text/css" />

<!--a75c305b1c0a6022--><link 
href="/horde.head/imp/themes/horde/screen.css" rel="stylesheet" 
type="text/css" />
11/13/2004 09:54:24 AM Jan Schneider Comment #2
State ⇒ Assigned
Reply to this comment
Can you explain what messages you mean? All paragraphs look fine for 
me in the current code.
11/13/2004 09:00:18 AM ctnpublic-horde (at) yahoo (dot) com Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ themes/horde/screen.css does not have proper <P> spacing
Queue ⇒ Horde Base
Reply to this comment
The padding and margin are both zeroed out. Hence paragraphs in the 
message body are not spaced out as expected. Suggest adding a 
margin-bottom to P's style, e.g.:



cvs diff -u -r HEAD themes/horde/screen.css

Index: themes/horde/screen.css

===================================================================

RCS file: /repository/horde/themes/horde/screen.css,v

retrieving revision 1.40

diff -u -r1.40 screen.css

--- themes/horde/screen.css     5 Nov 2004 15:41:27 -0000       1.40

+++ themes/horde/screen.css     13 Nov 2004 08:56:35 -0000

@@ -10,6 +10,10 @@

      margin: 0;

  }



+p {

+    margin-bottom: 10px;

+}

+

  body {

      font-family: Geneva,Arial,Helvetica,sans-serif;

      font-size: 12px;


Saved Queries