Skip to content

Commit 1b04287

Browse files
committed
Updated Kindling Logos
New Kindling logo along with matching Arc90 logo in the footer. These new images include the corresponding CSS changes for proper display.
1 parent 570ff12 commit 1b04287

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

css/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ table { border-collapse: collapse; border-spacing: 0; }
2020
*/
2121
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
2222

23-
body { padding: 0 20px; margin: 0; font: 16px/1.4em "Droid Sans", Arial, sans-serif; color: #333; background: #eeeeee url(../img/background.png); background-size: 400px 300px; border-top: 3px solid #ce4ec6; }
23+
body { padding: 0 20px; margin: 0; font: 16px/1.4em 'Droid Sans', Arial, sans-serif; color: #333; background: #eeeeee url(../img/background.png); background-size: 400px 300px; border-top: 3px solid #ce4ec6; }
2424
@media screen and (max-width: 565px) { body { padding: 0; } }
2525

2626
.wrapper { max-width: 850px; width: 850px\9; margin: 0 auto; }
@@ -117,10 +117,10 @@ input[type='range']::-webkit-slider-thumb { -webkit-appearance: none; z-index: 1
117117
118118
*/
119119
#footer { font-size: 0.625em; font-weight: bold; line-height: 1.3em; padding: 5px 5px; color: #777777; text-shadow: 0 1px 0 white; clear: both; }
120-
#footer img { margin: 0 10px; }
120+
#footer img { margin: 0 10px; position: relative; }
121121
#footer #arc90 { float: left; width: 50%; }
122-
#footer #arc90 img { float: left; width: 75px; height: 29px; }
122+
#footer #arc90 img { float: left; width: 91px; height: 35px; top: -4px; }
123123
#footer #kindling { text-align: right; float: right; width: 50%; }
124-
#footer #kindling img { float: right; width: 82px; height: 29px; }
125-
@media screen and (max-width: 565px) { #footer div { width: 50%!important; border-bottom: 1px solid #ddd; padding: 0 20px 10px; }
126-
#footer img { float: none!important; margin: 0 0!important; } }
124+
#footer #kindling img { float: right; width: 100px; height: 35px; top: -2px; }
125+
@media screen and (max-width: 565px) { #footer div { width: 50% !important; border-bottom: 1px solid #ddd; padding: 0 20px 10px; }
126+
#footer img { float: none !important; margin: 0 0 !important; } }

img/arc90-logo.png

-2.75 KB
Loading

img/[email protected]

-1.48 KB
Loading

img/kindling.png

-1.77 KB
Loading

img/[email protected]

-685 Bytes
Loading

scss/_css.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ input[type='range']::-webkit-slider-thumb {
476476

477477
img {
478478
margin: 0 10px;
479+
position: relative;
479480
}
480481

481482
#arc90 {
@@ -484,8 +485,9 @@ input[type='range']::-webkit-slider-thumb {
484485

485486
img {
486487
float: left;
487-
width: 75px;
488-
height: 29px;
488+
width: 91px;
489+
height: 35px;
490+
top: -4px;
489491
}
490492
}
491493

@@ -496,8 +498,9 @@ input[type='range']::-webkit-slider-thumb {
496498

497499
img {
498500
float: right;
499-
width: 82px;
500-
height: 29px;
501+
width: 100px;
502+
height: 35px;
503+
top: -2px;
501504
}
502505
}
503506

0 commit comments

Comments
 (0)