Reviewers: ,

Message:
Hey all,

just randomly fixing an old issue.

https://codereview.appspot.com/10700044

- Mark

Description:
Issue 1168: website graphical design

On the website home page:
  Center the `squiggle' graphic.
  Add vertical space between news posts.

Please review this at https://codereview.appspot.com/10700044/

Affected files:
  M Documentation/css/lilypond-website.css


Index: Documentation/css/lilypond-website.css
diff --git a/Documentation/css/lilypond-website.css b/Documentation/css/lilypond-website.css index 9daf395dc6e6d978979b851dab0cbc001c23376c..4dc2f28352ea12366365ada5ded487cfa1ba0f08 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 {



_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to