Skip to content

Commit

Permalink
Missed header_id -> header-id
Browse files Browse the repository at this point in the history
  • Loading branch information
chellmuth committed Jan 7, 2014
1 parent e2f55ed commit 3588723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/hive.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
margin: 0px; margin: 0px;
} }


#header_id { #header-id {
background-color: #595959; background-color: #595959;
height: 50px; height: 50px;
width: 100%; width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion web/hive.dart
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Camera {
} }


void layoutCanvas() { void layoutCanvas() {
DivElement header = querySelector('#header_id'); DivElement header = querySelector('#header-id');
DivElement progressBar = querySelector('#progress-bar-id'); DivElement progressBar = querySelector('#progress-bar-id');


CanvasElement canvas = querySelector("#hive-canvas-id"); CanvasElement canvas = querySelector("#hive-canvas-id");
Expand Down
2 changes: 1 addition & 1 deletion web/hive.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="hive.css"> <link rel="stylesheet" href="hive.css">
</head> </head>
<body> <body>
<div id="header_id" class="bottom-shadow"> <div id="header-id" class="bottom-shadow">
<span class="vertical-align-helper"></span> <span class="vertical-align-helper"></span>
<img src="images/hive-logo.png" style="vertical-align:middle;" /> <img src="images/hive-logo.png" style="vertical-align:middle;" />
<span class="logo-name">HIVE</span> <span class="logo-name">HIVE</span>
Expand Down

0 comments on commit 3588723

Please sign in to comment.