Author: deryck Date: 2005-08-25 14:46:11 +0000 (Thu, 25 Aug 2005) New Revision: 774
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=774 Log: Adding a patches page for Jerry to link patches against releases. Also, a minor style fix to help on light content pages. deryck Added: trunk/patches/ trunk/patches/index.html Modified: trunk/style/columns.css Changeset: Added: trunk/patches/index.html =================================================================== --- trunk/patches/index.html 2005-08-20 14:24:37 UTC (rev 773) +++ trunk/patches/index.html 2005-08-25 14:46:11 UTC (rev 774) @@ -0,0 +1,29 @@ +<!--#include virtual="/samba/header.html" --> + <title>Samba - opening windows to a wider world</title> +<!--#include virtual="/samba/header_columns.html" --> + +<h2>Patches for Recent Releases</h2> + +<p>JERRY WILL DROP A HOW TO HERE</p> + + + <!-- Each release gets its own table. --> +<table class="real"> + <thead> + + <tr><th colspan="2"><b>RELEASE NUMBER</b></th></tr> + </thead> + <tbody> + <tr> + <td><em>Patch</em></td><td><em>Description</em></td> + + </tr> + <tr> + <td>Patch Link</td> + <td>Followed by a short description of the bug fixed by this patch.</td> + </tr> + </tbody> +</table> + + +<!--#include virtual="/samba/footer.html" --> Property changes on: trunk/patches/index.html ___________________________________________________________________ Name: svn:executable + * Modified: trunk/style/columns.css =================================================================== --- trunk/style/columns.css 2005-08-20 14:24:37 UTC (rev 773) +++ trunk/style/columns.css 2005-08-25 14:46:11 UTC (rev 774) @@ -67,6 +67,7 @@ /* Middle content column ***********************************************************/ #content { + background-color:#FFF; position:absolute; top:100px; margin:0 20% 0 175px; @@ -74,7 +75,7 @@ padding-left:35px; padding-bottom:50px; padding-right:15px; - background-color:#FFF; + min-width:50%; border-left:1px solid #FFFF64; border-right:1px solid #FFFF64; }
