~jtaylor/ubuntu/precise/python-numpy/multiarch-fix-818867

« back to all changes in this revision

Viewing changes to doc/source/_static/scipy.css

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-10-07 10:19:13 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101007101913-8b1kmt8ho4upcl9s
Tags: 1:1.4.1-5
* debian/patches/10_use_local_python.org_object.inv_sphinx.diff
  - fixed small typo in description
* debian/patches/changeset_r8364.diff
  - fix memory corruption (double free); thanks to Joseph Barillari for the
    report and to Michael Gilbert for pushing resolution; Closes: #581058

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
  border: 1px solid #ee6;
126
126
}
127
127
 
 
128
div.plot-output { 
 
129
  clear-after: both;
 
130
}
 
131
 
 
132
div.plot-output .figure { 
 
133
  float: left;
 
134
  text-align: center;
 
135
  margin-bottom: 0;
 
136
  padding-bottom: 0;
 
137
}
 
138
 
 
139
div.plot-output .caption { 
 
140
  margin-top: 2;
 
141
  padding-top: 0;
 
142
}
 
143
 
 
144
div.plot-output p.admonition-title {
 
145
  display: none;
 
146
}
 
147
 
 
148
div.plot-output:after { 
 
149
  content: ""; 
 
150
  display: block; 
 
151
  height: 0; 
 
152
  clear: both; 
 
153
}
 
154
 
 
155
 
128
156
/*
129
157
div.admonition-example {
130
158
    background-color: #e4ffe4;