[Tickets #819] NEW: themes/horde/screen.css does not have proper
<P> spacing
bugs at bugs.horde.org
bugs at bugs.horde.org
Sat Nov 13 01:00:19 PST 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=819
-----------------------------------------------------------------------
Ticket | 819
Created By | ctnpublic-horde at yahoo.com
Summary | themes/horde/screen.css does not have proper <P> spacing
Queue | Horde Base
Version | HEAD
State | New
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
ctnpublic-horde at yahoo.com (2004-11-13 01:00) wrote:
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;
More information about the bugs
mailing list