blob: f5fa65b0176ec1d6a18154e0fa7293ba17bcc53c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
:Author: David Goodger
:Contact: goodger@users.sourceforge.net
:date: $Date$
:version: $Revision$
:copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for Docutils web pages.
*/
/* Most of the style rules are in here: */
@import url(tools/stylesheets/default.css);
body {
background-color: #F0F0FF }
p img {
vertical-align: text-top }
|