Skip to content

Commit

Permalink
Bug 563414: Reduce line wrapping at 1024x768
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Howse committed May 30, 2010
1 parent 65ab1db commit cef1321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions media/css/main-mozilla.css
Expand Up @@ -46,10 +46,10 @@
/** addon listings */
#addon-list-options ul {
float: none;
margin: 0 1em;
margin: 0 1em 0 .75em;
}
#addon-list-options ul li {
margin: 0 .5em;
margin: 0 0;
}
#addon-list-options ul li.perpage {
float: right;
Expand Down Expand Up @@ -141,7 +141,7 @@ p.install-button {
}

.section-teaser .teaser-header ol li {
margin-right: 3.4em;
margin-right: 2.5em;
}

.html-rtl .section-teaser .window ol.teaser-items {
Expand Down
4 changes: 2 additions & 2 deletions media/css/main.css
Expand Up @@ -2908,7 +2908,7 @@ form.addon-feedback div.container {
.listing-header li {
line-height: 2.5;
display: inline;
margin: 0 0.25em;
margin: 0 0;
}
.listing-header li a {
color: #223355;
Expand All @@ -2918,7 +2918,7 @@ form.addon-feedback div.container {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 0.3em 0.8em;
padding: 0.3em 0.6em;
white-space: nowrap;
}
.listing-header li a:hover,
Expand Down

0 comments on commit cef1321

Please sign in to comment.