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 |
State ⇒ Resolved
New Attachment: sample.txt
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" />
State ⇒ Assigned
me in the current code.
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ themes/horde/screen.css does not have proper <P> spacing
Queue ⇒ Horde Base
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;