Skip to content

Commit

Permalink
Brining back experimental descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Anderson committed May 1, 2012
1 parent d419b25 commit 47f3d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions public/stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ body:after {
clear: both;
}

.hidden, h6 {
.hidden, .videos h6 {
display: none;
}

Expand Down Expand Up @@ -219,9 +219,6 @@ nav a:hover {
white-space: nowrap;
width: 100%;
}
.videos .video:active {
background-color: blue;
}
.videos div {
display: table-cell;
padding: 10px;
Expand Down
4 changes: 1 addition & 3 deletions stylesheets/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ nav {
}
}

h6 { @extend .hidden; }

#about {
color: #fff;
text-align: left;
Expand Down Expand Up @@ -67,7 +65,6 @@ h6 { @extend .hidden; }
table-layout: fixed;
white-space: nowrap;
width: 100%;
&:active { background-color: blue; }
}
div {
display: table-cell;
Expand Down Expand Up @@ -107,6 +104,7 @@ h6 { @extend .hidden; }
font-size: $default-font-size;
}
h5 { color: #999; }
h6 { @extend .hidden; }
}
#about {
background: $purple;
Expand Down

0 comments on commit 47f3d19

Please sign in to comment.