svn commit: r925386 - /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: r925386 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css

buscob
Author: buscob
Date: Fri Mar 19 19:18:52 2010
New Revision: 925386

URL: http://svn.apache.org/viewvc?rev=925386&view=rev
Log:
Better style for help pages in tomahawk theme

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=925386&r1=925385&r2=925386&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/help.css Fri Mar 19 19:18:52 2010
@@ -27,10 +27,6 @@ float:left;
 width:20em;
 }
 
-div.contentarea {
-margin: 10px 0 0 0.5em;
-padding:0 0 0 0.5em;
-}
 .leftonly {
 float:none;
 min-height:25em;
@@ -43,11 +39,25 @@ width:auto;
 
 div.screenlet-body {
 border: none;
+overflow: hidden;
+}
+
+#Document .contentarea {
+background:none;
 }
 
-#content-main-section h1,
-#content-main-section .h1 {
+#Document #column-container {
+background:none;
+}
+
+#content-main-section h1 {
 display: block;
+font-weight:bold;
+}
+
+#content-main-section h2 {
+background:none;
+font-weight:bold;
 }
 
 ol.numbers {