Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ccyang314 committed Jan 11, 2018
1 parent 3d1a4e1 commit 1cbc9e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions static/css/introHCI.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/* applies to any <p> descendants of an element of class "example-class-selector" */
.example-class-selector p {
/* Colors are in hexadecimal: http://www.colorpicker.com/ */
/* Colors are in hexadecimal: http://www.colorpicker.com/ */
color: #CC00AA;
}

Expand All @@ -30,5 +30,5 @@ body {
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
z-index: -1;
}
1 change: 0 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- this is a comment in HTML -->

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down

0 comments on commit 1cbc9e4

Please sign in to comment.