From 97cb07c3a10ff0e584a260a7ee1001614691eb1d Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sat, 23 Aug 2008 22:25:40 +0000 Subject: Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/_static/default.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/_static/default.css (limited to 'docs/_static/default.css') diff --git a/docs/_static/default.css b/docs/_static/default.css new file mode 100644 index 0000000000..9dc69ee785 --- /dev/null +++ b/docs/_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 -- cgit v1.3