Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Commit b1b7c9d

Browse files
committed
Realse 0.14, the calendar thing looks better.
1 parent de0f3b3 commit b1b7c9d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

lib/calendar.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
<center><span style="color: #fff;font-size: 2em;">Schedule</span></center>
1515
<form action="lib/calendar-submit.php" method="get">
1616
<?php calendar(); ?>
17-
<input type="submit" value="Submit" class="w3-blue w3-btn w3-hover-red"/>
17+
<center>
18+
<input type="submit" value="Submit" class="w3-blue w3-btn w3-hover-red"/>
19+
</center>
1820

1921

2022
</form>

lib/scan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function calendar(){
6262

6363
?>
6464

65-
<span style="float:left;font-size: .75em">
65+
<span style="float:left;font-size: .9em">
6666
<?php echo $name; ?>
6767
</span>
6868

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13898
1+
0.14

0 commit comments

Comments
 (0)