You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/10/17 20:14:08 UTC

svn commit: r826287 - in /ofbiz/trunk/themes/bluelight/webapp/bluelight: help.css style.css

Author: buscob
Date: Sat Oct 17 18:14:08 2009
New Revision: 826287

URL: http://svn.apache.org/viewvc?rev=826287&view=rev
Log:
Fixed the H1 rendering both in normal screens and in help screens

Modified:
    ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css?rev=826287&r1=826286&r2=826287&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/help.css Sat Oct 17 18:14:08 2009
@@ -43,4 +43,9 @@
 
 div.screenlet-body {
 border: none;
-}
\ No newline at end of file
+}
+
+#content-main-section h1,
+#content-main-section .h1 {
+display: block;
+}

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=826287&r1=826286&r2=826287&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Sat Oct 17 18:14:08 2009
@@ -808,6 +808,7 @@
     margin-bottom: 2em;
 }
 
+#content-main-section h1,
 #content-main-section .h1 {
 display: none;
 }