removed obsolete issues (many of them fixed with AE)
[docutils.git] / web / default.css
blobf5fa65b0176ec1d6a18154e0fa7293ba17bcc53c
1 /*
2 :Author: David Goodger
3 :Contact: goodger@users.sourceforge.net
4 :date: $Date$
5 :version: $Revision$
6 :copyright: This stylesheet has been placed in the public domain.
8 Default cascading style sheet for Docutils web pages.
9 */
11 /* Most of the style rules are in here: */
12 @import url(tools/stylesheets/default.css);
14 body {
15 background-color: #F0F0FF }
17 p img {
18 vertical-align: text-top }