summaryrefslogtreecommitdiff
path: root/docs/_theme/djangodocs/static/default.css
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-07-24 10:21:21 +0000
committerJannis Leidel <jannis@leidel.info>2010-07-24 10:21:21 +0000
commitfad4a93275a6a5267912c9fc88cdeee44dd5572f (patch)
tree4a996a84f7edba93f8bc6cf065c9637381cafb68 /docs/_theme/djangodocs/static/default.css
parentaaa5dfbf53e20c2dd24268502455e82211250172 (diff)
Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/_theme/djangodocs/static/default.css')
-rw-r--r--docs/_theme/djangodocs/static/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_theme/djangodocs/static/default.css b/docs/_theme/djangodocs/static/default.css
new file mode 100644
index 0000000000..9dc69ee785
--- /dev/null
+++ b/docs/_theme/djangodocs/static/default.css
@@ -0,0 +1,3 @@
+@import url(reset-fonts-grids.css);
+@import url(djangodocs.css);
+@import url(homepage.css); \ No newline at end of file