---
 RHEL6/transforms/table-style.xslt |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/RHEL6/transforms/table-style.xslt 
b/RHEL6/transforms/table-style.xslt
index b2fcb80..b099adc 100644
--- a/RHEL6/transforms/table-style.xslt
+++ b/RHEL6/transforms/table-style.xslt
@@ -9,16 +9,22 @@
                {
                        border-collapse:collapse;
                }
-               table,th, td
+               table, th, td
                {
-                       border: 1px solid black;
+                       border: 2px solid #dcdcdc;
+                       border-left: none;
+                       border-right: none;
                        vertical-align: top;
-                       padding: 3px;
+                       padding: 2px;
+                       font-family: verdana,arial,sans-serif;
+                       font-size:11px;
                }
+               table tr:nth-child(2n+2) { background-color: #f4f4f4; }
                thead
                {
                        display: table-header-group;
                        font-weight: bold;
+                       background-color: #dedede;
                }
        </style>
 </xsl:template>
-- 
1.7.1

_______________________________________________
scap-security-guide mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide

Reply via email to