Skip to content

Commit

Permalink
minor style change to header in admin login
Browse files Browse the repository at this point in the history
  • Loading branch information
jack775544 committed Jun 20, 2016
1 parent 1763d53 commit 382cc98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/adminLogin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</head>
<body>
<div class="container">
<header id="filetitle">
<h1>Browser Transfer</h1>
</header>
<div class="jumbotron">
<form action="./adminValidate" method="post" id="loginform">
<header id="filetitle">
<h1>Browser Transfer</h1>
</header>
<div class="row">
<h2>Admin login</h2>
<label for="admin-username">Username:</label>
Expand Down

0 comments on commit 382cc98

Please sign in to comment.