File: default.css

package info (click to toggle)
quixote 2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,036 kB
  • ctags: 1,131
  • sloc: python: 5,935; ansic: 1,436; makefile: 87; sh: 23
file content (14 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
Cascading style sheet for the Quixote documentation.
Just overrides what I don't like about the standard docutils
stylesheet.
*/

@import url(/misc/docutils.css);

pre.literal-block, pre.doctest-block {
  margin-left: 1em ;
  margin-right: 1em ;
  background-color: #f4f4f4 }

tt { background-color: transparent }