From: Graham Percival Date: Sun, 10 Jan 2010 13:24:17 +0000 (+0000) Subject: Web: class="normal-table" to un-gimp table display. X-Git-Tag: release/2.13.11-1~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c410a211d45026b5a10ec1138033b36b05b462e8;p=lilypond.git Web: class="normal-table" to un-gimp table display. --- 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