Skip to content

Commit

Permalink
Style help box so "close help" has the same font size as "what's this".
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Jul 28, 2012
1 parent da309ce commit 7416c83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions r2/r2/public/static/css/reddit.css
Original file line number Diff line number Diff line change
Expand Up @@ -896,13 +896,12 @@ a.author { margin-right: 0.5em; }
position: relative;
background-color: #F8F8F8;
border: 1px solid gray;
font-size: 110%;
display:none;
padding: 5px 10px 10px 10px;
overflow:hidden;
}

.help p, .help form { margin: 5px; }
.help p, .help form { margin: 5px; font-size:110%; }
.help form { display: inline; }

.infotext {
Expand Down

0 comments on commit 7416c83

Please sign in to comment.