commit/galaxy-central: jgoecks: Fix background for embedded visualizations.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/7c75c62bb582/ changeset: 7c75c62bb582 user: jgoecks date: 2012-02-29 16:35:49 summary: Fix background for embedded visualizations. affected #: 2 files diff -r 25510b48015adfccb5826047b574f4a312f1ad6c -r 7c75c62bb5822f0cdf38d4800754e424af3d1c74 static/june_2007_style/blue/trackster.css --- a/static/june_2007_style/blue/trackster.css +++ b/static/june_2007_style/blue/trackster.css @@ -1,4 +1,4 @@ -.viewport-container{overflow-x:hidden;overflow-y:auto;} +.viewport-container{overflow-x:hidden;overflow-y:auto;background:white;} .nav-container{width:100%;} .nav{padding:0 0;color:#333;font-weight:bold;background:#cccccc;background-image:url(panel_header_bg.png);background-position:middle center;background-repeat:repeat-x;border-bottom:solid #333 1px;} .content{font:10px verdana;} diff -r 25510b48015adfccb5826047b574f4a312f1ad6c -r 7c75c62bb5822f0cdf38d4800754e424af3d1c74 static/june_2007_style/trackster.css.tmpl --- a/static/june_2007_style/trackster.css.tmpl +++ b/static/june_2007_style/trackster.css.tmpl @@ -1,6 +1,7 @@ .viewport-container { overflow-x: hidden; overflow-y: auto; + background: white; } .nav-container { width: 100%; 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.
participants (1)
-
Bitbucket