From 35356a68fcecb6492a90f7cd01ff846f2393fdaa Mon Sep 17 00:00:00 2001 From: mcentner Date: Thu, 13 Nov 2008 11:44:25 +0000 Subject: Updated helpfile css to support JEditorPane display. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@164 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUOnline/src/main/webapp/helpfiles/help.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'BKUOnline/src/main/webapp/helpfiles/help.css') diff --git a/BKUOnline/src/main/webapp/helpfiles/help.css b/BKUOnline/src/main/webapp/helpfiles/help.css index 659f0d65..28f9767b 100644 --- a/BKUOnline/src/main/webapp/helpfiles/help.css +++ b/BKUOnline/src/main/webapp/helpfiles/help.css @@ -39,7 +39,6 @@ body { width: 210px; padding: 15px 0; /* top and bottom padding create visual space within this div */ background-color: #FFFFFF; - font-size: smaller; } .twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p { margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */ @@ -54,11 +53,11 @@ body { */ .twoColElsLtHdr #mainContent { margin: 0 1.5em 0 15em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ + padding: 0 10px; } .twoColElsLtHdr #footer { padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#DDDDDD; - font-size: smaller; } .twoColElsLtHdr #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ -- cgit v1.2.3