|
@@ -51,15 +51,15 @@ table {
|
|
|
/* fonts */
|
|
|
@font-face {
|
|
|
font-family: 'allerregular';
|
|
|
- src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/aller_rg-webfont.woff') format('woff');
|
|
|
- src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/aller_rg-webfont.ttf') format('truetype');
|
|
|
+ src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/aller_rg-webfont.woff?') format('woff'),
|
|
|
+ url('https://d2xxklvztqk0jd.cloudfront.net/fonts/aller_rg-webfont.ttf') format('truetype');
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: 'droid_sansregular';
|
|
|
- src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/droidsans-webfont.woff') format('woff');
|
|
|
- src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/droidsans-webfont.ttf') format('truetype');
|
|
|
+ src: url('https://d2xxklvztqk0jd.cloudfront.net/fonts/droidsans-webfont.woff?') format('woff'),
|
|
|
+ url('https://d2xxklvztqk0jd.cloudfront.net/fonts/droidsans-webfont.ttf') format('truetype');
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|
|
@@ -103,6 +103,9 @@ li {
|
|
|
a, a:hover, a:active, a:visited {
|
|
|
color: #000;
|
|
|
}
|
|
|
+a>img {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
|
|
|
/* default sizes */
|
|
|
header, .content, footer {
|