summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2015-03-28 09:11:07 +0000
committerSamuel Thibault <sthibault@debian.org>2015-03-28 09:11:07 +0000
commitb90bf1b22d2c16c4159710e0be64f6a9c8ce4735 (patch)
tree238f81e9e4bb318244467ce6dd3ce2053a5ca33f
parent121bf218b6ad9bd391ab89e2937211e35178138c (diff)
downloadinstallation-guide-b90bf1b22d2c16c4159710e0be64f6a9c8ce4735.zip
Improve html table aspect.
-rw-r--r--build/stylesheets/install.css20
-rw-r--r--debian/changelog7
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 <sthibault@debian.org> Sat, 28 Mar 2015 10:10:34 +0100
+
installation-guide (20150323) unstable; urgency=medium
[ Samuel Thibault ]