[gtk-doc/gtk-doc-for-gtk4] css: Treat informal tables like tables
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc/gtk-doc-for-gtk4] css: Treat informal tables like tables
- Date: Sun, 24 May 2020 15:13:40 +0000 (UTC)
commit 6ea86af13819d11540a666783c3caf2d3dd44b4b
Author: Matthias Clasen <mclasen redhat com>
Date: Sat May 23 21:30:21 2020 -0400
css: Treat informal tables like tables
The current style for informal tables looks awful.
I don't think there's a need to differentiate either.
style/style.css | 22 +++-------------------
1 file changed, 3 insertions(+), 19 deletions(-)
---
diff --git a/style/style.css b/style/style.css
index 2efd5a9..fe5bd5a 100644
--- a/style/style.css
+++ b/style/style.css
@@ -61,18 +61,6 @@ a:hover
color: #729fcf;
}
-div.informaltable table
-{
- border-collapse: separate;
- border-spacing: 1em 0.3em;
- border: none;
-}
-
-div.informaltable table td, div.informaltable table th
-{
- vertical-align: top;
-}
-
.function_type,
.variable_type,
.property_type,
@@ -127,6 +115,7 @@ td p
margin: 0.25em;
}
+div.informaltable table,
div.table table
{
border-collapse: collapse;
@@ -135,6 +124,7 @@ div.table table
border: solid 1px #babdb6;
}
+div.informaltable table td, div.informaltable table th,
div.table table td, div.table table th
{
/* tango:aluminium 3 */
@@ -143,13 +133,7 @@ div.table table td, div.table table th
vertical-align: top;
}
-div.table table tr.subhead
-{
- /* tango:aluminium 2 */
- background-color: #d3d7cf;
- font-weight: bold;
-}
-
+div.informaltable table th,
div.table table th
{
/* tango:aluminium 2 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]