From c6c25adf6d9f71ea11f61392f6f3d221f01e5216 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Fri, 3 Apr 2009 18:30:54 +0000 Subject: Fixed a whole bunch of small docs typos, errors, and ommissions. Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, #9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, #9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, #10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, #10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, #19528. Thanks to all the respective authors of those tickets. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10371 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/_static/djangodocs.css | 6 +++--- docs/_static/docicons-behindscenes.gif | Bin 1024 -> 0 bytes docs/_static/docicons-behindscenes.png | Bin 0 -> 2269 bytes docs/_static/docicons-note.gif | Bin 632 -> 0 bytes docs/_static/docicons-note.png | Bin 0 -> 1013 bytes docs/_static/docicons-philosophy.gif | Bin 799 -> 0 bytes docs/_static/docicons-philosophy.png | Bin 0 -> 1523 bytes 7 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 docs/_static/docicons-behindscenes.gif create mode 100644 docs/_static/docicons-behindscenes.png delete mode 100644 docs/_static/docicons-note.gif create mode 100644 docs/_static/docicons-note.png delete mode 100644 docs/_static/docicons-philosophy.gif create mode 100644 docs/_static/docicons-philosophy.png (limited to 'docs/_static') diff --git a/docs/_static/djangodocs.css b/docs/_static/djangodocs.css index fdaccf70ba..a41be6d1b0 100644 --- a/docs/_static/djangodocs.css +++ b/docs/_static/djangodocs.css @@ -103,9 +103,9 @@ dt .literal, table .literal { background:none; } .note, .admonition { padding:.8em 1em .8em; margin: 1em 0; border:1px solid #94da3a; } .admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important;} .admonition .last { margin-bottom:0 !important; } -.note, .admonition { padding-left:65px; background:url(docicons-note.gif) .8em .8em no-repeat;} -div.admonition-philosophy { padding-left:65px; background:url(docicons-philosophy.gif) .8em .8em no-repeat;} -div.admonition-behind-the-scenes { padding-left:65px; background:url(docicons-behindscenes.gif) .8em .8em no-repeat;} +.note, .admonition { padding-left:65px; background:url(docicons-note.png) .8em .8em no-repeat;} +div.admonition-philosophy { padding-left:65px; background:url(docicons-philosophy.png) .8em .8em no-repeat;} +div.admonition-behind-the-scenes { padding-left:65px; background:url(docicons-behindscenes.png) .8em .8em no-repeat;} /*** versoinadded/changes ***/ div.versionadded, div.versionchanged { } diff --git a/docs/_static/docicons-behindscenes.gif b/docs/_static/docicons-behindscenes.gif deleted file mode 100644 index 921bc45c33..0000000000 Binary files a/docs/_static/docicons-behindscenes.gif and /dev/null differ diff --git a/docs/_static/docicons-behindscenes.png b/docs/_static/docicons-behindscenes.png new file mode 100644 index 0000000000..dc901bc867 Binary files /dev/null and b/docs/_static/docicons-behindscenes.png differ diff --git a/docs/_static/docicons-note.gif b/docs/_static/docicons-note.gif deleted file mode 100644 index c0d599e90a..0000000000 Binary files a/docs/_static/docicons-note.gif and /dev/null differ diff --git a/docs/_static/docicons-note.png b/docs/_static/docicons-note.png new file mode 100644 index 0000000000..357545fb32 Binary files /dev/null and b/docs/_static/docicons-note.png differ diff --git a/docs/_static/docicons-philosophy.gif b/docs/_static/docicons-philosophy.gif deleted file mode 100644 index 432d93ba79..0000000000 Binary files a/docs/_static/docicons-philosophy.gif and /dev/null differ diff --git a/docs/_static/docicons-philosophy.png b/docs/_static/docicons-philosophy.png new file mode 100644 index 0000000000..09f16c785b Binary files /dev/null and b/docs/_static/docicons-philosophy.png differ -- cgit v1.3