Author: buscob
Date: Sun Sep 5 08:00:07 2010
New Revision: 992721
URL:
http://svn.apache.org/viewvc?rev=992721&view=revLog:
Added a little top margin to help paragraphs
Modified:
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css
Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css?rev=992721&r1=992720&r2=992721&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css Sun Sep 5 08:00:07 2010
@@ -22,6 +22,10 @@ background:none;
font-size=105%;
}
+p {
+margin-top:10px;
+}
+
.left-border {
float:left;
width:20em;