CVSROOT: /cvsroot/lilypond Module name: newweb Branch: Changes by: Heikki Johannes Junes <[EMAIL PROTECTED]> 05/07/21 18:13:12
Modified files: . : ChangeLog newweb.css Log message: center page, change from 760px to 96%. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/ChangeLog.diff?tr1=1.287&tr2=1.288&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/newweb.css.diff?tr1=1.21&tr2=1.22&r1=text&r2=text Patches: Index: newweb/ChangeLog diff -u newweb/ChangeLog:1.287 newweb/ChangeLog:1.288 --- newweb/ChangeLog:1.287 Wed Jul 20 21:58:02 2005 +++ newweb/ChangeLog Thu Jul 21 18:13:12 2005 @@ -1,3 +1,8 @@ +2005-07-21 Heikki Junes <[EMAIL PROTECTED]> + + * newweb.css: revert 800x600 change, center instead and decrease + size to a bit less than 100% -- prevents horizontal scrollbar. + 2005-07-20 Jan Nieuwenhuizen <[EMAIL PROTECTED]> * site/index.html: Update to 2.6.1. Index: newweb/newweb.css diff -u newweb/newweb.css:1.21 newweb/newweb.css:1.22 --- newweb/newweb.css:1.21 Wed Jul 20 09:59:22 2005 +++ newweb/newweb.css Thu Jul 21 18:13:12 2005 @@ -22,9 +22,11 @@ /* other colors would be nice, but they don't look too well with white music fragments. */ background: #ffffff; - /* optimize for a 800x600 screen, increases printability when - 'fit to page' is not set and readability in wide screens */ - width: 760px; + /* limit width slightly, prevents the appearance of horizontal scrollbar */ + width: 96%; + /* center */ + margin-left: auto; + margin-right: auto; padding-left: 1%; padding-right: 1%; } _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs