Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bclinkinbeard committed Jan 8, 2014
1 parent c603bd5 commit a370a20
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 20 deletions.
2 changes: 1 addition & 1 deletion about.html
Expand Up @@ -44,7 +44,7 @@ <h1 class="name">
onclick="document.header_signup.submit();"
href="#">Feed Me!</a>
</div>
<div class="promise">(No spam. Ever.)</div>
<div class="text" style="font-size: 0.9em; color: gray;">(No spam. Ever.)</div>
</form>
</div>

Expand Down
2 changes: 1 addition & 1 deletion archives.html
Expand Up @@ -44,7 +44,7 @@ <h1 class="name">
onclick="document.header_signup.submit();"
href="#">Feed Me!</a>
</div>
<div class="promise">(No spam. Ever.)</div>
<div class="text" style="font-size: 0.9em; color: gray;">(No spam. Ever.)</div>
</form>
</div>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -43,7 +43,7 @@ <h1 class="name">
onclick="document.header_signup.submit();"
href="#">Feed Me!</a>
</div>
<div class="promise">(No spam. Ever.)</div>
<div class="text" style="font-size: 0.9em; color: gray;">(No spam. Ever.)</div>
</form>
</div>

Expand Down
Expand Up @@ -46,7 +46,7 @@ <h1 class="name">
onclick="document.header_signup.submit();"
href="#">Feed Me!</a>
</div>
<div class="promise">(No spam. Ever.)</div>
<div class="text" style="font-size: 0.9em; color: gray;">(No spam. Ever.)</div>
</form>
</div>

Expand Down
Expand Up @@ -46,7 +46,7 @@ <h1 class="name">
onclick="document.header_signup.submit();"
href="#">Feed Me!</a>
</div>
<div class="promise">(No spam. Ever.)</div>
<div class="text" style="font-size: 0.9em; color: gray;">(No spam. Ever.)</div>
</form>
</div>

Expand Down
Expand Up @@ -46,7 +46,7 @@ <h1 class="name">
onclick="document.header_signup.submit();"
href="#">Feed Me!</a>
</div>
<div class="promise">(No spam. Ever.)</div>
<div class="text" style="font-size: 0.9em; color: gray;">(No spam. Ever.)</div>
</form>
</div>

Expand Down
2 changes: 1 addition & 1 deletion projects.html
Expand Up @@ -44,7 +44,7 @@ <h1 class="name">
onclick="document.header_signup.submit();"
href="#">Feed Me!</a>
</div>
<div class="promise">(No spam. Ever.)</div>
<div class="text" style="font-size: 0.9em; color: gray;">(No spam. Ever.)</div>
</form>
</div>

Expand Down
19 changes: 6 additions & 13 deletions styles/main.css
Expand Up @@ -1226,13 +1226,6 @@ nav a:hover {
}

/* line 27, ../../src/styles/_topbar.scss */
.topbar .promise {
display: inline-block;
font-size: 0.9em;
color: gray;
}

/* line 33, ../../src/styles/_topbar.scss */
.topbar .inner {
position: relative !important;
padding: 5px 0px 0px 0px !important;
Expand All @@ -1245,32 +1238,32 @@ nav a:hover {
text-shadow: none !important;
}

/* line 45, ../../src/styles/_topbar.scss */
/* line 39, ../../src/styles/_topbar.scss */
.topbar .inner .signup {
padding: 10px;
background: rgba(247, 242, 228, 0.55);
border: 1px solid #e6e6e6;
}

/* line 51, ../../src/styles/_topbar.scss */
/* line 45, ../../src/styles/_topbar.scss */
.topbar .inner .input {
padding: 2px;
font-size: 14px;
margin: 2px;
}

@media screen and (max-width: 770px) {
/* line 58, ../../src/styles/_topbar.scss */
/* line 52, ../../src/styles/_topbar.scss */
.topbar .inner .small {
font-size: 10px;
}
}
/* line 63, ../../src/styles/_topbar.scss */
/* line 57, ../../src/styles/_topbar.scss */
.topbar .inner .button-container {
display: inline-block;
}

/* line 67, ../../src/styles/_topbar.scss */
/* line 61, ../../src/styles/_topbar.scss */
.topbar .inner .button {
position: relative;
top: -1px;
Expand All @@ -1292,7 +1285,7 @@ nav a:hover {
font-size: 12px;
}

/* line 88, ../../src/styles/_topbar.scss */
/* line 82, ../../src/styles/_topbar.scss */
.topbar .inner .form {
padding-top: 2px;
}
Expand Down

0 comments on commit a370a20

Please sign in to comment.