Use cards for long form features

This commit is contained in:
James Allen 2014-07-25 14:33:46 +01:00
parent 89fa55c361
commit 7ad9849db0
2 changed files with 3 additions and 6 deletions

View file

@ -104,10 +104,6 @@
}
}
.content-alt-home {
background-color: #fcfcfc;
}
.pattern-container {
background: url('/img/pattern-home.png') repeat #f1f1f1;
border-top: 1px solid @gray-lightest;
@ -164,6 +160,7 @@
}
.real-time-example-code {
border-radius: 3px;
border-left: 42px solid @gray-lighter;
background-color: white;
padding: 12px;
@ -171,5 +168,5 @@
.highlight {
color: @blue;
}
box-shadow: 0 3px 3px rgba(0,0,0,.2);
box-shadow: 0 3px 5px rgba(0,0,0,.3);
}

View file

@ -6,7 +6,7 @@
padding: @line-height-computed;
.page-header {
margin: 0 0 1.5625rem;
h1 {
h1, h2, h3 {
margin-top: 0;
}
}