about summary refs log tree commit diff
path: root/index.php
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-03-22 15:48:29 -0400
committerZach DeCook <zachdecook@gmail.com>2018-03-22 16:02:24 -0400
commit8a694e1d23de574d51a1cbda9b2036502e573328 (patch)
tree1db76d64770a4ec6ae77c20a6be112d95975ce78 /index.php
parent498cd644fcc4201bfa08d5720e9a1292eac9a485 (diff)
downloadprosongsa-8a694e1d23de574d51a1cbda9b2036502e573328.tar.gz
- CSS: Add background, fix button style
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 981ca6a..8431264 100755
--- a/index.php
+++ b/index.php
@@ -11,6 +11,7 @@ index.php contains the main html used for creating the page.
 			crossorigin="anonymous">
 
 		<link rel="stylesheet" href="index.css" >
+		<link rel="stylesheet" href="theme.css" >
 		<meta charset="UTF-8">
 		<meta name="viewport" content="width=device-width, initial-scale=.65">
 		<title>Choruses and Hymns</title>
@@ -27,7 +28,7 @@ index.php contains the main html used for creating the page.
 			<input name='song' type='number' value='<?php echo isset($_GET['song']) ? $_GET['song'] : '' ?>'
 			min='0' max='169'
 			/>
- 			<input type="submit" value="Jump to song" />
+			<input class="btn btn-Z" type="submit" value="Jump to song" />
 		</form>
 	</div>