Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Seems like header and footer are about content and not position
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfrancisco committed Aug 3, 2011
1 parent 069f153 commit e5b73f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/html-slides.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Originally created by Rob Flaherty (rob@ravelrumba.com)
* Created by Rob Flaherty (rob@ravelrumba.com)
* for the HTML Slideshow project (github.com/robflaherty/html-slideshow)
* Copyright (c) 2011 Rob Flaherty
* MIT Licensed: http://www.opensource.org/licenses/mit-license.php
Expand Down
4 changes: 2 additions & 2 deletions lib/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ section {
font-size: 18px;
line-height: 32px;
}
header {
#toolbar.top {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
}
footer {
#toolbar.bottom {
position: absolute;
z-index: 2;
bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
</div>

<footer id="toolbar" class="hide-background">
<header id="toolbar" class="bottom hide-background">
<h1 class="hide">An example slideshow</h1>
<nav>
<ul>
Expand Down

0 comments on commit e5b73f1

Please sign in to comment.