From c410a211d45026b5a10ec1138033b36b05b462e8 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 10 Jan 2010 13:24:17 +0000 Subject: [PATCH] Web: class="normal-table" to un-gimp table display. --- Documentation/css/lilypond-web.css | 17 +++++++++++++++++ Documentation/web/community.itexi | 3 +++ 2 files changed, 20 insertions(+) diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index 7cd2ade336..207897a319 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -860,6 +860,23 @@ div.color4 h3 { padding: 0; } +.normal-table table { + padding : 0em; + border-left: 2px; + margin: 0em; +} + +.normal-table table td { + padding: 0em; +} + +.normal-table table a { +} + +.normal-table p { + line-height: 0.8; +} + .warning { background: #eef; text-align: left; diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi index 70cca4e9f8..a7a59c97da 100644 --- a/Documentation/web/community.itexi +++ b/Documentation/web/community.itexi @@ -642,6 +642,7 @@ Comparisons between versions. @divClass{column-center-bottom} @subheading Manuals +@divClass{normal-table} @multitable @columnfractions .3 .3 .3 @headitem Introduction @item @@ -719,6 +720,8 @@ Comparisons between versions. @manualDevelInternalsPdf @end multitable + +@divEnd @divEnd -- 2.39.2