~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to docs/_theme/djangodocs/static/djangodocs.css

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-11-07 15:33:49 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20131107153349-e31sc149l2szs3jb
Tags: 1.6-1
* New upstream version. Closes: #557474, #724637.
* python-django now also suggests the installation of ipython,
  bpython, python-django-doc, and libgdal1.
  Closes: #636511, #686333, #704203
* Set package maintainer to Debian Python Modules Team.
* Bump standards version to 3.9.5, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
ol { padding-left:30px; }
65
65
ol.arabic li { list-style-type: decimal; }
66
66
ul li { list-style-type:square; margin-bottom:.4em; }
 
67
ul ul li { list-style-type:disc; }
 
68
ul ul ul li { list-style-type:circle; }
67
69
ol li { margin-bottom: .4em; }
68
70
ul ul { padding-left:1.2em; }
69
71
ul ul ul { padding-left:1em; }
90
92
table.docutils { border-collapse:collapse; }
91
93
 
92
94
/*** code blocks ***/
93
 
.literal { white-space:nowrap; }
94
 
.literal { color:#234f32; }
 
95
.literal { color:#234f32; white-space:nowrap; }
 
96
dt > tt.literal { white-space: normal; }
95
97
#sidebar .literal { color:white; background:transparent; font-size:11px; }
96
98
h4 .literal { color: #234f32; font-size: 13px; }
97
99
pre { font-size:small; background:#E0FFB8; border:1px solid #94da3a; border-width:1px 0; margin: 1em 0; padding: .3em .4em; overflow: hidden; line-height: 1.3em;}