From b90bf1b22d2c16c4159710e0be64f6a9c8ce4735 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 28 Mar 2015 09:11:07 +0000 Subject: Improve html table aspect. --- build/stylesheets/install.css | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'build/stylesheets/install.css') diff --git a/build/stylesheets/install.css b/build/stylesheets/install.css index 12bd6b082..ec40e5ad3 100644 --- a/build/stylesheets/install.css +++ b/build/stylesheets/install.css @@ -116,27 +116,23 @@ h2, h3, h4, h5, h6 { /* table in content */ .informaltable table, .table-contents table { - border: 1px solid #AAAAAA; + border-collapse: collapse; } .informaltable table th, .table-contents table th { - border-width: 0; background-color: #C70036; -} -/* -.informaltable table td, .table-contents table { - border-width: 0; + border: 1px solid black; + padding: 0.2em 0.5em 0.2em 0.5em; } -.informaltable tbody tr:nth-child(even), .table-contents table tr:nth-child(even){ -background-color:#DDDDDD; +.informaltable table td, .table-contents table td { + border: 1px solid black; + padding: 0.2em 0.5em 0.2em 0.5em; } -.informaltable tbody tr:hover, .table-contents table tr:hover { - background-color:#666666; - color: #FFFFFF; +.informaltable table th:hover, .table-contents table th:hover { + color: white; } -*/ /* Terminal examples */ -- cgit v1.2.3