annotate docs/pycon2010/ui/pycon/s5-core.css @ 387:43ce9110d5a6

fixed bad indent in setup.py
author Catherine Devlin <catherine.devlin@gmail.com>
date Mon, 24 May 2010 05:27:26 -0400
parents bf314710e64b
children
rev   line source
372
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
1 /* This file has been placed in the public domain. */
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
2 /* Do not edit or override these styles!
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
3 The system will likely break if you do. */
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
4
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
5 div#header, div#footer, div#controls, .slide {position: absolute;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
6 html>body div#header, html>body div#footer,
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
7 html>body div#controls, html>body .slide {position: fixed;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
8 .handout {display: none;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
9 .layout {display: block;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
10 .slide, .hideme, .incremental {visibility: hidden;}
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
11 #slide0 {visibility: visible;}