Skip to content

Commit

Permalink
#17 - Bold page links or semi bold to better match signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
admwx7 committed Jan 18, 2014
1 parent aeb5e08 commit bea0c84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions HTML/CSS/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2046,22 +2046,23 @@ p {
/* line 16, ../../SASS/_page.scss */
a {
text-decoration: none;
font-weight: bold;
}

/* line 20, ../../SASS/_page.scss */
/* line 21, ../../SASS/_page.scss */
.bio {
text-align: center;
padding: 0;
margin: 0;
color: black;
}

/* line 27, ../../SASS/_page.scss */
/* line 28, ../../SASS/_page.scss */
.bio:hover .bio-text {
display: block;
}

/* line 31, ../../SASS/_page.scss */
/* line 32, ../../SASS/_page.scss */
.bio-text {
position: absolute;
bottom: 0;
Expand All @@ -2072,21 +2073,21 @@ a {
text-align: center;
}

/* line 41, ../../SASS/_page.scss */
/* line 42, ../../SASS/_page.scss */
.bio-photo {
display: inline;
}

/* line 45, ../../SASS/_page.scss */
/* line 46, ../../SASS/_page.scss */
#content {
padding-top: 10px;
}

/* line 49, ../../SASS/_page.scss */
/* line 50, ../../SASS/_page.scss */
.under_construction {
text-align: center;
}
/* line 51, ../../SASS/_page.scss */
/* line 52, ../../SASS/_page.scss */
.under_construction h1 {
color: #f36b32;
}
Expand Down Expand Up @@ -2172,9 +2173,8 @@ header, footer {
/* line 69, ../../SASS/_navigation.scss */
.nav-links a {
color: #0f6db5;
text-decoration: none;
}
/* line 74, ../../SASS/_navigation.scss */
/* line 73, ../../SASS/_navigation.scss */
.nav-links a:hover {
color: #f36b32;
}
1 change: 0 additions & 1 deletion SASS/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ header, footer {

a {
color: $blue;
text-decoration: none;
}

a:hover {
Expand Down
1 change: 1 addition & 0 deletions SASS/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ p {

a {
text-decoration:none;
font-weight: bold;
}

.bio {
Expand Down

0 comments on commit bea0c84

Please sign in to comment.