You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/11/09 12:53:04 UTC

svn commit: r1637658 - /ofbiz/site/source-repositories.html

Author: jleroux
Date: Sun Nov  9 11:53:03 2014
New Revision: 1637658

URL: http://svn.apache.org/r1637658
Log:
Increases the width like it was done for the download page

Modified:
    ofbiz/site/source-repositories.html

Modified: ofbiz/site/source-repositories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1637658&r1=1637657&r2=1637658&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Sun Nov  9 11:53:03 2014
@@ -37,6 +37,13 @@
     <!--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;}
+</style>
     <div id="content-wrap" class="clearfix">
         <div id="main">
           <h2>Apache OFBiz&trade; Source Repository</h2>