Skip to content

Commit ed346ff

Browse files
committed
made some minor changes; bumped version number (V1.4.00)
- changed spacing in header - added/changed some title titles
1 parent ce57254 commit ed346ff

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,18 @@
6666
This is what happens when I procrastinate!
6767
DRM-free!
6868
Nested tables!
69-
PC exclusive!
69+
Mobile-friendly! (ish)
7070
Metro!
7171
Mildly interesting!
7272
User-friendly!
7373
Incomplete sentences!
7474
OP!
7575
wow
7676
such title
77-
Now with options!</div>
77+
Now with options!
78+
Thoughtful!
79+
Uses JSON!
80+
Functional!</div>
7881

7982
<div id="schedules">8/28/13 31
8083
8/29/13 40
@@ -550,7 +553,7 @@ <h1>
550553
<table id="schedule"></table>
551554
</div>
552555
<div id="refresh" class="noHighlight" title="Update Schedule">&#8635;</div><!--&#8681;-->
553-
<div id="version"><a href="https://github.com/HarkerDev/bellschedule/releases" title="Changelog">V1.3.06</a></div>
556+
<div id="version"><a href="https://github.com/HarkerDev/bellschedule/releases" title="Changelog">V1.4.00</a></div>
554557

555558
<div id="options">
556559
<div id="optionsArrow" class="noHighlight">&#8598;</div>

style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ body{
4545
background-position-x: center;
4646
}
4747

48+
h1{
49+
margin-bottom: .25em;
50+
}
51+
4852
#container{
4953
margin: auto;
50-
padding: 10px;
54+
padding: 0 10px;
5155
}
5256

5357
/* apply absolute formatting on small screens so that there's padding on both sides of the schedule */
@@ -73,7 +77,7 @@ body{
7377

7478
#header{
7579
position: relative;
76-
margin: auto;
80+
margin: 1.25em auto;
7781
width: 100%;
7882
max-width: 400px;
7983
}
@@ -111,8 +115,9 @@ body{
111115
font-weight: bold;
112116
}
113117

114-
#warning, #news{
118+
#warning{
115119
display:none;
120+
margin-bottom: 1em;
116121
}
117122

118123
table{

0 commit comments

Comments
 (0)