Skip to content

Commit

Permalink
v1.0.8 css fixes
Browse files Browse the repository at this point in the history
css fixes
  • Loading branch information
mrxkon committed Jul 30, 2017
1 parent c1d1c77 commit 90f4856
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 3 additions & 1 deletion wp-content/themes/gwtd3/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@
<div class="bgholder whenbgholder"></div>
<div class="eleven columns offset-by-one">
<p><strong>WPTranslationDay 3</strong> will be from <strong>00:00 to 23:59 UTC on September 30, 2017.</strong> To help you get ready, here's the countdown to kick off:</p>
<div id="countdown"></div>
</div>
</div>
<div class="row">
<div id="countdown"></div>
</div>
</div>
</div>
<?php } else { ?>
Expand Down
4 changes: 3 additions & 1 deletion wp-content/themes/gwtd3/landing-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@
<div class="bgholder whenbgholder"></div>
<div class="eleven columns offset-by-one">
<p><strong>WPTranslationDay 3</strong> will be from <strong>00:00 to 23:59 UTC on September 30, 2017.</strong> To help you get ready, here's the countdown to kick off:</p>
<div id="countdown"></div>
</div>
</div>
<div class="row">
<div id="countdown"></div>
</div>
</div>
</div>
<?php } ?>
Expand Down
14 changes: 8 additions & 6 deletions wp-content/themes/gwtd3/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
Author: TBD...
Author URI: https://multiple_wordpress_awesome.contributors
Description: The most awesome theme for gwtd3!
Version: 1.0.7
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gwtd3
Expand Down Expand Up @@ -257,7 +257,7 @@ strong {
position: absolute;
width: 350px;
height: 350px;
left: -98px;
left: -140px;
background-repeat: no-repeat;
background-attachment: local;
background-position: top left;
Expand Down Expand Up @@ -475,6 +475,8 @@ strong {
#countdown {
display: flex;
line-height: 1;
z-index: 100;
position: relative;
}

#countdown div {
Expand Down Expand Up @@ -591,7 +593,7 @@ strong {
background-attachment: local;
background-position: 20px 20px;
background-size: 200px;
background-origin: content-box;
background-origin: border-box;
}

.section.lp-where-it-is {
Expand All @@ -600,7 +602,7 @@ strong {
background-attachment: local;
background-position: 20px 20px;
background-size: 200px;
background-origin: content-box;
background-origin: border-box;
}

.section.lp-when-it-is {
Expand All @@ -609,7 +611,7 @@ strong {
background-attachment: local;
background-position: 20px 20px;
background-size: 200px;
background-origin: content-box;
background-origin: border-box;
}

.section.lp-how-to-get-involved {
Expand All @@ -618,7 +620,7 @@ strong {
background-attachment: local;
background-position: 20px 20px;
background-size: 200px;
background-origin: content-box;
background-origin: border-box;
}

}
Expand Down

0 comments on commit 90f4856

Please sign in to comment.