Author: pranayp
Date: Sat Jun 18 06:07:51 2016 New Revision: 1748918 URL: http://svn.apache.org/viewvc?rev=1748918&view=rev Log: [OFBIZ-7311] No functional change, corrected formatting of the CSS files for Dropping Crumbs theme as per best practice. Thanks Swapnil M Mane for the contribution. Modified: ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/docbook.css ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/help.css ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css Modified: ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/docbook.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/docbook.css?rev=1748918&r1=1748917&r2=1748918&view=diff ============================================================================== --- ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/docbook.css (original) +++ ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/docbook.css Sat Jun 18 06:07:51 2016 @@ -17,22 +17,26 @@ KIND, either express or implied. See th specific language governing permissions and limitations under the License. ***********************************************/ -body {background:transparent url(/images/ofbiz_logo.gif) no-repeat scroll left top; +body { + background: transparent url(/images/ofbiz_logo.gif) no-repeat scroll left top; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:.75em; - line-height:1.5em;padding:50px 0 0; + font-size: .75em; + line-height: 1.5em; + padding: 50px 0 0; } a:hover { - color:#111111; - text-decoration:underline; + color: #111111; + text-decoration: underline; } + a:visited { - color:#000; - text-decoration:underline; + color: #000; + text-decoration: underline; } + a { - color:#555; - text-decoration:underline; + color: #555; + text-decoration: underline; } Modified: ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/help.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/help.css?rev=1748918&r1=1748917&r2=1748918&view=diff ============================================================================== --- ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/help.css (original) +++ ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/help.css Sat Jun 18 06:07:51 2016 @@ -18,50 +18,51 @@ specific language governing permissions under the License. ***********************************************/ body { -background:none; -font-size:105%; + background: none; + font-size: 105%; } .left-border { -float:left; -width:50em; + float: left; + width: 50em; } div.contentarea { -margin: 10px 0 0 0.5em; -padding:0 0 0 0.5em; + margin: 10px 0 0 0.5em; + padding: 0 0 0 0.5em; } + .leftonly { -float:none; -min-height:25em; + float: none; + min-height: 25em; } #column-container .leftonly { -margin-left:50em; -width:auto; + margin-left: 50em; + width: auto; } div.screenlet-body { -border: none; + border: none; } #content-main-section h1, #content-main-section .h1 { -display: block; + display: block; } ol.numbers { -list-style: decimal; -padding-left: 20px; + list-style: decimal; + padding-left: 20px; } ul.dots { -list-style: circle; -padding-left: 20px; + list-style: circle; + padding-left: 20px; } -span.caution{ - color:yellow; +span.caution { + color: yellow; } span.important { @@ -69,13 +70,13 @@ span.important { } span.note { - color:#adff2f; + color: #adff2f; } span.tip { - color:blue; + color: blue; } span.warning { - color:red; + color: red; } \ No newline at end of file |
Free forum by Nabble | Edit this page |