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 ++++++++------------ debian/changelog | 7 +++++++ 2 files changed, 15 insertions(+), 12 deletions(-) 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 */ diff --git a/debian/changelog b/debian/changelog index 6307cf0b4..7f52d8c67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +installation-guide (20150324) UNRELEASED; urgency=medium + + [ Stéphane Blondon ] + * Improve html table aspect. + + -- Samuel Thibault Sat, 28 Mar 2015 10:10:34 +0100 + installation-guide (20150323) unstable; urgency=medium [ Samuel Thibault ] -- cgit v1.2.3