Skip to content

Commit

Permalink
Add back CSS for /newsletter/updated (Bug 894593)
Browse files Browse the repository at this point in the history
The styles in question appear to have been removed accidentally in commit
7b65a3c
  • Loading branch information
sgarrity committed Jul 17, 2013
1 parent b6358ca commit 396952d
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions media/css/newsletter/newsletter.less
Expand Up @@ -126,6 +126,34 @@
}
}

#newsletter-updated {
#content {
h3,
h4 {
.span-all();
text-align: center;
margin-bottom: @baseLine * 2;
}
.table {
.span(6);
margin: auto;
float: none;
textarea {
.border-box();
width: 100%;
}
}
.sub-feature {
text-align: center;
.span(4);
p,
h4 {
margin-bottom: @baseLine / 2;
}
}
}
}

.float-right {
float: right;
}
Expand Down Expand Up @@ -187,6 +215,20 @@
}
}

#newsletter-updated {
#content {
.table {
.span_narrow(8);
margin: auto;
float: none;
}
.sub-feature {
.span_narrow(4);
}
}
}


#newsletter {
#main-feature {
h1 {
Expand Down Expand Up @@ -238,6 +280,19 @@
}
}

#newsletter-updated {
#content {
.sub-feature {
.span-all();
margin-bottom: @baseLine;
}
.table {
.span-all();
}
}
}


#newsletter {
#main-feature {
h1 {
Expand Down

0 comments on commit 396952d

Please sign in to comment.