Skip to content

Commit

Permalink
change system name, update width for refresh button
Browse files Browse the repository at this point in the history
  • Loading branch information
fredhohman committed Mar 25, 2018
1 parent fef7911 commit c3f4c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ html, body {
}

#header-title {
width: 40px;
width: 150px;
/* enforces cursor changes only on title */
cursor: pointer;
}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<head>
<meta charset="UTF-8">
<title>Atlas</title>
<title>Graph Playground</title>

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/style.css">
Expand All @@ -20,7 +20,7 @@
<header id="header">
<div id="header-title-wrapper">
<div>
<div id="header-title">Atlas</div>
<div id="header-title">Graph Playground</div>
</div>
</div>
<div id="graph-wrapper">
Expand Down

0 comments on commit c3f4c17

Please sign in to comment.