]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 1168: website graphical design
authorMark Polesky <markpolesky@yahoo.com>
Fri, 28 Jun 2013 06:49:42 +0000 (23:49 -0700)
committerMark Polesky <markpolesky@yahoo.com>
Sun, 7 Jul 2013 12:14:23 +0000 (05:14 -0700)
On the website home page:
  Center the `squiggle' graphic.
  Add vertical space between news posts.

Documentation/css/lilypond-website.css

index 9daf395dc6e6d978979b851dab0cbc001c23376c..4dc2f28352ea12366365ada5ded487cfa1ba0f08 100644 (file)
@@ -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 {