Skip to content

Commit

Permalink
two wrongs make a right (a double negative equals a positive) (bug 63…
Browse files Browse the repository at this point in the history
…8581)
  • Loading branch information
potch committed Mar 3, 2011
1 parent 28667f7 commit da77d27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/css/zamboni/discovery-pane.css
Expand Up @@ -889,7 +889,8 @@ ul.addons {
box-shadow: inset 0 -2px 0 rgba(58,78,103,0.08), 0 2px 0 rgba(190,210,230,0.5);
top: -132px;
margin-left: -4px;
width: -moz-calc(100% + 6px);
/* Think this is cheesy? You're right. Our minifier ruins additions within -moz-calc*/
width: -moz-calc(100% - -6px);
}

.pane #main .persona-large .persona-preview [data-browsertheme] {
Expand Down

0 comments on commit da77d27

Please sign in to comment.