Skip to content

Commit

Permalink
Switched to white navbar
Browse files Browse the repository at this point in the history
Switched file send button to btn-primary
  • Loading branch information
4ndr3w committed Aug 1, 2013
1 parent c816f3a commit b75df6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link href="css/index.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="url-bar" class="navbar navbar-inverse navbar-static-top">
<div id="url-bar" class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"></button>
Expand Down Expand Up @@ -103,7 +103,7 @@ <h3>Uploading</h3>
<input id="fileInput" type="file" accept="application/pdf">
</span>
<a href="#" id="fileRemoveButton" class="btn fileupload-exists" data-dismiss="fileupload" name="fileRemoveButton">Remove</a>
<button id="fileSubmitButton" class="btn btn-success">Send</button>
<button id="fileSubmitButton" class="btn btn-primary">Send</button>
</div>
</div>
</div>
Expand Down

0 comments on commit b75df6d

Please sign in to comment.