history/security.html: make the borders within the table visible
authorStefan Metzmacher <metze@samba.org>
Tue, 22 Dec 2015 09:47:22 +0000 (10:47 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 22 Dec 2015 09:47:22 +0000 (10:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
history/security.html
style/2010/grey/screen.css

index 4cb50c83d2d8d4a57e1887e6ea7c27cad6740581..6452ebcee2391846952eaefd98bbfc8a37178aa2 100755 (executable)
@@ -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>
index 73e6588c549c155addb934faa6a9e17b1174923b..6197a976dbbe597fb9c4e1199eb76679d7b2f155 100644 (file)
@@ -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;