Skip to content

Commit

Permalink
#17 - Update the under construction page, center the body text.
Browse files Browse the repository at this point in the history
  • Loading branch information
admwx7 committed Jan 18, 2014
1 parent 315bf60 commit aeb5e08
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions HTML/CSS/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2083,13 +2083,13 @@ a {
}

/* line 49, ../../SASS/_page.scss */
#under_construction {
color: #f36b32;
}
/* line 52, ../../SASS/_page.scss */
#content > #under_construction {
.under_construction {
text-align: center;
}
/* line 51, ../../SASS/_page.scss */
.under_construction h1 {
color: #f36b32;
}

/* line 3, ../../SASS/_navigation.scss */
footer {
Expand Down
4 changes: 2 additions & 2 deletions HTML/INC/under_construction.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="content" class="row">
<h1 id="under_construction">Under Construction</h1>
<div id="content" class="row under_construction">
<h1>Under Construction</h1>

<p>This page is currently under construction, sorry for the inconvenience.</p>
</div>
9 changes: 4 additions & 5 deletions SASS/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ a {
padding-top: 10px;
}

#under_construction {
color: $orange;

#content > & {
text-align: center;
.under_construction {
text-align: center;
h1 {
color: $orange;
}
}

0 comments on commit aeb5e08

Please sign in to comment.