From: Graham Percival Date: Fri, 21 Aug 2009 07:09:56 +0000 (+0100) Subject: Web: add squiggle separator, fix images on Alternate input page. X-Git-Tag: release/2.13.4-1~168 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00d68aae28723db969883e8cff9f3553155abee2;p=lilypond.git Web: add squiggle separator, fix images on Alternate input page. --- diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index 73a8750691..3be936b22d 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -406,6 +406,13 @@ div#quickSummary { margin: 0; } +div.separator { + background: transparent url(../pictures/squiggle.jpg) 40% 60% no-repeat; + height: 36px; + clear: both; + padding: 10px; +} + div#news { padding: 0; margin: 0 13em 1em 0; @@ -619,7 +626,7 @@ div.float-right a.clickable { .column-center-top { float: left; width: 99.5%; - text-align: center; + text-align: left; border: 1px solid #8bbb6b; margin: 1em auto; } diff --git a/Documentation/general.texi b/Documentation/general.texi index 9ccac7e952..f011440799 100644 --- a/Documentation/general.texi +++ b/Documentation/general.texi @@ -96,6 +96,9 @@ Read more in our @ref{Introduction}! @divEnd @divEnd +@divClass{separator} +@divEnd + @divId{news} FIXME: process news items like the old web site: diff --git a/Documentation/pictures/squiggle.jpg b/Documentation/pictures/squiggle.jpg new file mode 100644 index 0000000000..c8a0747898 Binary files /dev/null and b/Documentation/pictures/squiggle.jpg differ