Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Clean up demo
Browse files Browse the repository at this point in the history
Removed tabs, fixed incorrect closing tag, use a background color with more
contrast.
  • Loading branch information
Tyriar committed Jul 18, 2014
1 parent a537180 commit fd1358e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions demo.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!doctype html>
<!--
Copyright 2013 The Polymer Authors. All rights reserved.
Expand All @@ -16,8 +15,8 @@
<link href="paper-menu-button.html" rel="import">
<style>
body {
margin: 0;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
background: #f7f7f7;
}
Expand All @@ -31,7 +30,7 @@
}

.toolbar {
background: #4555a5;
background: #91a7ff;
position: relative;
padding: 0.5em;
border-radius: 3px 3px 0 0;
Expand Down Expand Up @@ -86,7 +85,7 @@
<paper-item label="Help"></paper-item>
<paper-item label="Sign Out"></paper-item>
</paper-menu-button>
</core-layout>
</div>
</div>

</body>
Expand Down

0 comments on commit fd1358e

Please sign in to comment.