annotate docs/pycon2010/ui/pycon/slides.css @ 422:6ffa49335dcb

Python 3 installation instructions
author catherine.devlin@gmail.com
date Wed, 20 Jul 2011 21:23:53 -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
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
3 /* required to make the slide show run at all */
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
4 @import url(s5-core.css);
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
5
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
6 /* sets basic placement and size of slide components */
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
7 @import url(framing.css);
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
8
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
9 /* styles that make the slides look good */
bf314710e64b can't make theme work
cat@eee
parents:
diff changeset
10 @import url(pretty.css);