Skip to content

Commit

Permalink
Merge pull request #1083 from sgarrity/bug-894593-newsletter-updated
Browse files Browse the repository at this point in the history
Add back CSS for /newsletter/updated (Bug 894593)
  • Loading branch information
craigcook committed Jul 18, 2013
2 parents 4155962 + 396952d commit 498831a
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 498831a

Please sign in to comment.