Skip to content

Commit

Permalink
issue with min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed May 9, 2011
1 parent c379a8a commit 30fb45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion humane-themes/bold-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ div.humane.humane-show:hover { opacity: 0.2; }
top : 25%;
left : 25%;
opacity : 0;
min-width : 50%;
width : 50%;
color : #fff;
padding : 10px;
text-align : center;
Expand Down
2 changes: 1 addition & 1 deletion humane-themes/bold-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ div.humane.humane-show:hover { opacity: 0.2; }
top : 25%;
left : 25%;
opacity : 0;
min-width : 50%;
width : 50%;
color : #000;
padding : 10px;
text-align : center;
Expand Down

0 comments on commit 30fb45e

Please sign in to comment.