Author: taher
Date: Tue Oct 20 12:21:42 2015
New Revision: 1709580
URL:
http://svn.apache.org/viewvc?rev=1709580&view=revLog:
Show the main title of pages in Tomahawk theme. REF OFBIZ-6153
Issue raised by Jacques Le Roux and resolved with this patch.
I kept the colors consistent with the standard colors found
in style.css.
Satisfies
https://issues.apache.org/jira/browse/OFBIZ-6153Modified:
ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1709580&r1=1709579&r2=1709580&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Tue Oct 20 12:21:42 2015
@@ -705,7 +705,12 @@ background-color: #000000;
}
.page-title {
-display: none;
+color: #262626;
+font-size:2em;
+font-weight:700;
+clear:both;
+display:inline-block;
+margin:5px 0 10px;
}
DIV.row {