}
.nav .os a.current,
-.main .highlight p,
.main p.highlight,
.main dt,
.troubleshooting dt,
}
.main > h3 em,
-.highlight h4,
.troubleshooting h4,
.newsletter input[type='submit'] {
font-family: 'Dosis EBold';
}
-.step .main p {
+.step .main p,
+.step .main ul {
font-size: .85em;
}
color: #0e3878;
}
+/* Guide Sections Background */
+/* Blue*/
#section1,
#section3,
#section5,
#faq { background: #dcdfe5; }
+
+/* Yellow */
#section2,
#section4,
#section6,
margin: 1em 0 0.5em;
}
-.main .highlight h4 {
- color: #5f8dd3;
- margin: .5em 0 0;
- border-bottom: .5em solid #5f8dd3;
+.main ul li {
+ margin: .5em 0;
}
-.main .highlight h4 + p {
- margin: 0 0 .5em;
+/* Images inside .main
+*/
+
+.main ul.images:before, .main ul.images:after {
+ content: " ";
+ display: table;
+}
+
+.main ul.images:after {
+ clear: both;
+}
+
+.main ul.images {
+ padding: 0.5em 0;
+}
+
+.main ul.images li {
+ display: inline-block;
+ float: left;
+ width: 47%;
+ margin: 0 1.5%;
+}
+
+.main ul.images li > img {
+ width: 100%;
+ height: auto;
}
overflow: hidden;
}
- .row .sidebar,
- #footer #contribute { /* 3 columns 125px + 20px margins*/
+ .row .sidebar { /* 3 columns 125px + 20px margins*/
float: left;
clear: left;
width: 34.05%;
}
- .row .main,
- #footer #copyright { /* 5 columns 125px + 100px margins*/
+ .row .main { /* 5 columns 125px + 100px margins*/
float: right;
width: 62.5%;
margin-left: 1.72%;