1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/7234805d1f92/ changeset: r5043:7234805d1f92 user: kanwei date: 2011-02-10 23:43:39 summary: trackster: Remove content-div margin and border-top affected #: 2 files (63 bytes) --- a/static/june_2007_style/blue/trackster.css Thu Feb 10 17:19:40 2011 -0500 +++ b/static/june_2007_style/blue/trackster.css Thu Feb 10 17:43:39 2011 -0500 @@ -22,7 +22,7 @@ .track{background:white;} .track-header{text-align:left;padding:4px 0px;color:#666;} .track-header .menubutton{margin-left:0px;} -.track-content{overflow:hidden;text-align:center;margin-bottom:2px;border-top:1px solid #eee;border-bottom:#eee solid 1px;background:#eee url('/static/images/tracks/diag_bg.gif');min-height:16px;} +.track-content{overflow:hidden;text-align:center;border-bottom:1px solid #eee;background:#eee url('/static/images/tracks/diag_bg.gif');min-height:16px;} .label-track .track-content{background:white;} .track-tile{background:white;} .track-tile canvas{position:relative;z-index:100;} --- a/static/june_2007_style/trackster.css.tmpl Thu Feb 10 17:19:40 2011 -0500 +++ b/static/june_2007_style/trackster.css.tmpl Thu Feb 10 17:43:39 2011 -0500 @@ -146,9 +146,8 @@ .track-content { overflow: hidden; text-align: center; - margin-bottom: 2px; - border-top: 1px solid #eee; - border-bottom: #eee solid 1px; +/* border-top: 1px solid #eee; */ + border-bottom: 1px solid #eee; background: #eee url('/static/images/tracks/diag_bg.gif'); min-height: 16px; } Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.