Skip to content

Commit 1cbc9e4

Browse files
committed
minor fixes
1 parent 3d1a4e1 commit 1cbc9e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

static/css/introHCI.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

@@ -30,5 +30,5 @@ body {
3030
bottom: 0;
3131
right: 0;
3232
position: absolute;
33-
z-index: -1;
34-
}
33+
z-index: -1;
34+
}

static/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<!-- this is a comment in HTML -->
9-
109
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
1110
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
1211
<!--[if lt IE 9]>

0 commit comments

Comments
 (0)