commit/galaxy-central: carlfeberhard: Style, history panel: remove unneeded CSS reset
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ea9b0279ccfe/ Changeset: ea9b0279ccfe User: carlfeberhard Date: 2013-09-12 20:53:47 Summary: Style, history panel: remove unneeded CSS reset Affected #: 2 files diff -r 5bca0c757606024bbc29c2e30d55cff9dcaae99a -r ea9b0279ccfe94e8e82d90affac946b25e81e515 static/style/blue/base.css --- a/static/style/blue/base.css +++ b/static/style/blue/base.css @@ -1344,7 +1344,6 @@ .icon-button.link-broken{background:url(../images/silk/link_break.png) no-repeat;cursor:pointer;float:none;display:inline-block;margin-left:10px} .workflow-invocation-complete{border:solid 1px #6A6;border-left-width:5px;margin:10px 0;padding-left:5px} body.historyPage{background:#dfe5f9;color:#000;margin:5px;border:0;padding:0} -body.historyPage>*{margin:0px;padding:0px} div.historyLinks{margin:5px 5px} div.historyItem{margin:0 -5px;padding:8px 10px;border-top:solid #bfbfbf 1px;border-right:none;word-wrap:break-word;background:#eee}div.historyItem .state-icon{display:inline-block;vertical-align:middle;width:16px;height:16px;background-position:0 1px;background-repeat:no-repeat} div.historyItem .historyItemTitle{font-weight:bold;line-height:16px} diff -r 5bca0c757606024bbc29c2e30d55cff9dcaae99a -r ea9b0279ccfe94e8e82d90affac946b25e81e515 static/style/src/less/base.less --- a/static/style/src/less/base.less +++ b/static/style/src/less/base.less @@ -1389,11 +1389,6 @@ padding: 0; } -body.historyPage > * { - margin: 0px; - padding: 0px; -} - // Control links at top of history div.historyLinks { margin: 5px 5px; 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)
-
commits-noreply@bitbucket.org