|
Author: jacopoc
Date: Tue Mar 26 07:58:49 2013 New Revision: 1461004 URL: http://svn.apache.org/r1461004 Log: Some minor style cleanups: no content changes. Modified: ofbiz/site/apache-ofbiz-project-overview.html ofbiz/site/community.html ofbiz/site/css/global.css ofbiz/site/download.html Modified: ofbiz/site/apache-ofbiz-project-overview.html URL: http://svn.apache.org/viewvc/ofbiz/site/apache-ofbiz-project-overview.html?rev=1461004&r1=1461003&r2=1461004&view=diff ============================================================================== --- ofbiz/site/apache-ofbiz-project-overview.html (original) +++ ofbiz/site/apache-ofbiz-project-overview.html Tue Mar 26 07:58:49 2013 @@ -37,15 +37,6 @@ <!--header ends--> <!-- content-wrap starts --> -<STYLE> - /* reset the page for some reason it is set to 560px in the global.css file */ - #main {width: 90%; font-size: 1em; padding:0 1em 0 1em; margin: 0; } - #main li, ul {list-style: square; padding: .2em 1em .2em 1em;} - #main a.downloadLink {font-size: 16px; font-weight: bold;} - #main a.downloadLink:hover {color: red;} - #main .insert {margin: 1em; padding: 1em; float: right; width: 400px; height: auto; border: 1px solid grey; } - #main .insert h4 { background: #ECECEC; text-align: center; letter-spacing: normal;} -</style> <div id="content-wrap" class="clearfix"> <div id="main"> <h2>Apache OFBiz™ Project Overview</h2> Modified: ofbiz/site/community.html URL: http://svn.apache.org/viewvc/ofbiz/site/community.html?rev=1461004&r1=1461003&r2=1461004&view=diff ============================================================================== --- ofbiz/site/community.html (original) +++ ofbiz/site/community.html Tue Mar 26 07:58:49 2013 @@ -37,15 +37,6 @@ <!--header ends--> <!-- content-wrap starts --> -<STYLE> - /* reset the page for some reason it is set to 560px in the global.css file */ - #main {width: 90%; font-size: 1em; padding:0 1em 0 1em; margin: 0; } - #main li, ul {list-style: square; padding: .2em 1em .2em 1em;} - #main a.downloadLink {font-size: 16px; font-weight: bold;} - #main a.downloadLink:hover {color: red;} - #main .insert {margin: 1em; padding: 1em; float: right; width: 400px; height: auto; border: 1px solid grey; } - #main .insert h4 { background: #ECECEC; text-align: center; letter-spacing: normal;} -</style> <div id="content-wrap" class="clearfix"> <div id="main"> <h2>Apache OFBiz™ Community</h2> Modified: ofbiz/site/css/global.css URL: http://svn.apache.org/viewvc/ofbiz/site/css/global.css?rev=1461004&r1=1461003&r2=1461004&view=diff ============================================================================== --- ofbiz/site/css/global.css (original) +++ ofbiz/site/css/global.css Tue Mar 26 07:58:49 2013 @@ -162,16 +162,13 @@ h3 { } p,dl { - padding: 10px; + padding: 5px; margin: 0; } -ul{ - margin: 10px 10px; - padding: 0 0 0 10px; -} - ul { + margin: 5px 10px; + padding: 0 0 0 10px; list-style: none; } @@ -520,6 +517,11 @@ input.button { border-bottom: 1px solid #ebebeb; } +#main h3 { + padding: 5px 10px 5px 10px; + border-bottom: 1px solid #ebebeb; +} + #main h2 a { color: #333; text-decoration: none; @@ -688,8 +690,9 @@ input.button { ********************************/ .postmeta { padding: 5px; - margin: 20px 10px 15px 10px; + margin: 10px 10px 15px 10px; font-size: 1em; + font-weight: bold; color: #777; border: 1px solid #ECF8FE; background: #ECF8FE; Modified: ofbiz/site/download.html URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1461004&r1=1461003&r2=1461004&view=diff ============================================================================== --- ofbiz/site/download.html (original) +++ ofbiz/site/download.html Tue Mar 26 07:58:49 2013 @@ -35,21 +35,18 @@ </div> </div> <!--header ends--> - <!-- content-wrap starts --> -<STYLE> +<style> /* reset the page for some reason it is set to 560px in the global.css file */ #main {width: 90%; font-size: 1em; padding:0 1em 0 1em; margin: 0; } #main li, ul {list-style: square; padding: .2em 1em .2em 1em;} #main a.downloadLink {font-size: 16px; font-weight: bold;} #main a.downloadLink:hover {color: red;} - #main .insert {margin: 1em; padding: 1em; float: right; width: 400px; height: auto; border: 1px solid grey; } - #main .insert h4 { background: #ECECEC; text-align: center; letter-spacing: normal;} </style> <div id="content-wrap" class="clearfix"> <div id="main"> <h2>Download Apache OFBiz™</h2> -<div class="insert"> +<div class="highlights"> <h4>Quick start</h4> <ul> <li>Java 1.6 (minimum) SDK</li> @@ -78,7 +75,7 @@ are encouraged to migrate to this releas please also consider that the OFBiz community will stop maintaining the 10.04 series in April 2013. </p> <p> -<a class="downloadLink" href="http://www.apache.org/dyn/closer.cgi/ofbiz/apache-ofbiz-11.04.02.zip" target="_blank">Download</a> +<a class="downloadLinks" href="http://www.apache.org/dyn/closer.cgi/ofbiz/apache-ofbiz-11.04.02.zip" target="_blank">Download</a> [<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-11.04.02.zip.asc" target="_blank">PGP</a>] [<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-11.04.02.zip.md5" target="_blank">MD5</a>] [<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-11.04.02.zip.sha" target="_blank">SHA512</a>] Apache OFBiz 11.04.02 |
| Free forum by Nabble | Edit this page |
