svn commit: r992721 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r992721 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css

buscob
Author: buscob
Date: Sun Sep  5 08:00:07 2010
New Revision: 992721

URL: http://svn.apache.org/viewvc?rev=992721&view=rev
Log:
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;