Skip to content

Commit

Permalink
Bug 572838, release notes are pretty now too
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Jun 18, 2010
1 parent ff84648 commit 897c23d
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions media/css/zamboni/zamboni.css
Expand Up @@ -1605,6 +1605,7 @@ form .error .note.error {
.listing .item blockquote {
clear: left;
padding-right: 16em;
overflow-x: hidden;
}

.html-rtl .listing .item blockquote {
Expand Down Expand Up @@ -1695,18 +1696,40 @@ form .error .note.error {
margin-top: .5em;
}

.version nav.further-navigation{
float:right;
}

.item.version {
padding: 2em;
}

.item.version .item-info {
margin-right:0;
.version .item-info {
margin-right: 0;
width: auto;
}

.item.version h5 {
font-size: 1em;
}

.article.version blockquote {
padding-right: 16em;
clear: left;
overflow-x: hidden;
}

.article.version h3 {
font-family: "helvetica neue",arial,helvetica,sans-serif;
font-size:1em;
float: left;
margin-top:0;
}

.article.version h3 span:before {
content: '\02013\00a0';
}

.other-categories .items {
color: rgb(114, 142, 164);
font-size: 10px; /* or the corresponding size in em's */
Expand Down

0 comments on commit 897c23d

Please sign in to comment.