Skip to content

Commit

Permalink
footer fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rirodlar committed Oct 24, 2013
1 parent 9cae0ea commit 3da71e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1>Ingreso a sistema Iworld</h1>


</article><!-- /content -->
<footer data-role="footer">
<footer data-role="footer" data-position="fixed">
<h1>Footer</h1>
</footer><!-- /footer -->
</section><!-- /page -->
Expand All @@ -84,7 +84,7 @@ <h1>Footer</h1>


</article><!-- /content -->
<footer data-role="footer">
<footer data-role="footer" data-position="fixed">
<h1>Footer</h1>
</footer><!-- /footer -->
</section><!-- /page -->
Expand Down Expand Up @@ -128,7 +128,7 @@ <h1>Footer</h1>
</ul>
</p>
</article><!-- /content -->
<footer data-role="footer">
<footer data-role="footer" data-position="fixed">
<h1>Footer</h1>
</footer><!-- /footer -->
</section><!-- /page -->
Expand Down Expand Up @@ -201,14 +201,14 @@ <h1>Footer</h1>
</footer><!-- /footer -->
</section><!-- /page -->

<section id="detalleCaja" data-role="page">
<section id="detalleCaja" data-role="page" >
<header data-role="header">
<a href="#cajas" data-role="button">Atras</a> <h1>Caja 174</h1> <a href="#ventas" data-role="cajas">Eliminar</a>
</header><!-- /header -->
<article data-role="content">
<p>Content</p>
</article><!-- /content -->
<footer data-role="footer">
<footer data-role="footer" data-position="fixed">
<h1>Footer</h1>
</footer><!-- /footer -->
</section><!-- /page -->
Expand Down

0 comments on commit 3da71e4

Please sign in to comment.