From 85219795fa02b7ef5f0628e7fda2aa71121c9057 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Thu, 27 Jun 2013 23:49:42 -0700 Subject: [PATCH] Issue 1168: website graphical design On the website home page: Center the `squiggle' graphic. Add vertical space between news posts. --- Documentation/css/lilypond-website.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/css/lilypond-website.css b/Documentation/css/lilypond-website.css index 9daf395dc6..4dc2f28352 100644 --- a/Documentation/css/lilypond-website.css +++ b/Documentation/css/lilypond-website.css @@ -431,10 +431,10 @@ div#quickSummary { } div.separator { - background: transparent url(../pictures/squiggle.jpg) no-repeat 40% 60%; + background: transparent url(../pictures/squiggle.jpg) no-repeat 50% 50%; height: 36px; - clear: both; padding: 10px; + margin: 0 13em 0 0; } div#news { @@ -443,6 +443,7 @@ div#news { } div.news-item { + padding: 1em 0; } .news-item .subsubheading { -- 2.39.2