[SCM] Samba Website Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue Dec 22 09:48:22 UTC 2015


The branch, master has been updated
       via  9c0e2f4 history/security.html: make the borders within the table visible
      from  7eead18 history/security.html: add link to samba-3.6.25-security-2015-12-16.patch

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9c0e2f431617d6fff64b3e6ee7c0620c28ff0eaa
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Dec 22 10:47:22 2015 +0100

    history/security.html: make the borders within the table visible
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 history/security.html      | 2 +-
 style/2010/grey/screen.css | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/history/security.html b/history/security.html
index 4cb50c8..6452ebc 100755
--- a/history/security.html
+++ b/history/security.html
@@ -10,7 +10,7 @@ the appropriate security concern. For complete information, follow the
 link to full release notes for each release.</p>
 
 
-    <table class="real">
+    <table class="security_table">
       <th colspan="6">Samba Security Releases</th>
       <tr >
         <td><em>Date Issued</em></td>
diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index 73e6588..6197a97 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -89,6 +89,10 @@ select, optgroup, option {
 	font-size: 100%;
 }
 
+.security_table td {
+	border: 1px solid #cecece;
+}
+
 /* fonts --------------------------------------*/
 body {
 	font: 13px/1.2308 Arial, sans-serif;


-- 
Samba Website Repository



More information about the samba-cvs mailing list