Skip to content

Commit

Permalink
made some minor changes; bumped version number (V1.4.00)
Browse files Browse the repository at this point in the history
 - changed spacing in header
 - added/changed some title titles
  • Loading branch information
briankchan committed Jun 5, 2014
1 parent ce57254 commit ed346ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,18 @@
This is what happens when I procrastinate!
DRM-free!
Nested tables!
PC exclusive!
Mobile-friendly! (ish)
Metro!
Mildly interesting!
User-friendly!
Incomplete sentences!
OP!
wow
such title
Now with options!</div>
Now with options!
Thoughtful!
Uses JSON!
Functional!</div>

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

<div id="options">
<div id="optionsArrow" class="noHighlight">&#8598;</div>
Expand Down
11 changes: 8 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ body{
background-position-x: center;
}

h1{
margin-bottom: .25em;
}

#container{
margin: auto;
padding: 10px;
padding: 0 10px;
}

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

#header{
position: relative;
margin: auto;
margin: 1.25em auto;
width: 100%;
max-width: 400px;
}
Expand Down Expand Up @@ -111,8 +115,9 @@ body{
font-weight: bold;
}

#warning, #news{
#warning{
display:none;
margin-bottom: 1em;
}

table{
Expand Down

0 comments on commit ed346ff

Please sign in to comment.