line-height: 1.4;
}
-h1 { font-size: 2.75em; font-family: 'Dosis'; margin-bottom: .5em; }
+h1 { font-size: 2.75em; font-family: 'Dosis'; }
h2 { font-size: 2.75em; font-family: 'Dosis'; }
h3 { font-size: 1.625em; font-family: 'Dosis'; }
h4 { font-size: 1.375em; font-family: 'Dosis EBold'; color: #4d4d4d; }
letter-spacing: 1px;
}
-.nav .os a.current,
-.main p.highlight,
+ul.os a.current,
.main dt,
.troubleshooting dt,
strong {
.nav,
#footer,
.troubleshooting h4,
+.main p.highlight,
small {
font-size: 0.75em;
}
line-height: 1;
}
+#header ul.os {
+ line-height: 1;
+ margin: .5em 0 2em;
+ padding: 0 0 .25em;
+ border-bottom: 1px solid #94b3e2;
+}
+
+#header ul.os li {
+ text-transform: uppercase;
+ display: inline-block;
+}
+
+#header ul.os li a {
+ display: block;
+ padding: .25em;
+}
+
#header #infographic {
background: #fff;
border-radius: 3px;
margin: .5em;
}
-#header #infographic a.img-link {
- padding-top: .5em;
-}
-
#header #infographic img {
display: block;
width: 100%;
}
-#header #infographic a.text-link {
- padding-bottom: .5em;
-}
-
#header > div > .intro p {
margin: 0 0 0.75em;
}
margin-bottom: 1.5em;
}
- #header #infographic a.img-link {
+ #header #infographic a {
height: 200px;
overflow: hidden;
}
padding: 0.35em 0 0;
}
- .nav ul.os {
- display: inline-block;
- margin: 0 2em 0 0;
- }
-
.nav ul.lang {
- display: inline-block;
margin: 0 0 0 0.5em;
- float: right;
}
#header h1 {
font-size: 6em;
+ text-align: center;
+ }
+
+ #header ul.os {
+ text-align: center;
}
#header .intro {
margin: 0 3% 0 0;
}
- .sidebar ul.images li > img,
- .row .sidebar > p img {
+ .sidebar ul.images li:nth-child(n) {
+ clear: left;
+ margin: 0 3% 0 0;
+ }
+
+ .sidebar ul.images li:nth-child(2n+1) {
+ margin: 0 0 0 3%;
+ }
+
+ .sidebar ul.images li > img {
+ width: 100%;
+ height: auto;
+ }
+
+ .row .sidebar > p > img {
width: 80%;
height: auto;
}