galaxy-dist commit fc88085d47c3: Add some space between adjacent embedded items on Pages.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User jeremy goecks <jeremy.goecks@emory.edu> # Date 1287780826 14400 # Node ID fc88085d47c384f34070952f84c22007e4a72721 # Parent 1d0eeaf2d06c7835d741fbfdab7120d366baca0b Add some space between adjacent embedded items on Pages. --- a/static/june_2007_style/embed_item.css.tmpl +++ b/static/june_2007_style/embed_item.css.tmpl @@ -1,5 +1,6 @@ .embedded-item { + margin-top: 0.5em margin-left:auto; margin-right:auto; width:90%; --- a/static/june_2007_style/blue/embed_item.css +++ b/static/june_2007_style/blue/embed_item.css @@ -1,4 +1,4 @@ -.embedded-item{margin-left:auto;margin-right:auto;width:90%;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;border-radius:0.5em;} +.embedded-item{margin-top:0.5em;margin-left:auto;margin-right:auto;width:90%;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;border-radius:0.5em;} .embedded-item.display {padding: 0.5em;} .embedded-item.history{background-color:#C1C9E5} .embedded-item.history p{background:#C1C9E5 no-repeat 2px 2px;margin-top:0;margin-bottom:0;}
participants (1)
-
commits-noreply@bitbucket.org