summaryrefslogtreecommitdiff
path: root/docs/_theme/djangodocs/static/homepage.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_theme/djangodocs/static/homepage.css')
-rw-r--r--docs/_theme/djangodocs/static/homepage.css48
1 files changed, 37 insertions, 11 deletions
diff --git a/docs/_theme/djangodocs/static/homepage.css b/docs/_theme/djangodocs/static/homepage.css
index 3f69f01b2e..1e393ba43d 100644
--- a/docs/_theme/djangodocs/static/homepage.css
+++ b/docs/_theme/djangodocs/static/homepage.css
@@ -1,22 +1,48 @@
-#index p.rubric { font-size:150%; font-weight:normal; margin-bottom:.2em; color:#487858; }
+#index p.rubric {
+ font-size: 150%;
+ font-weight: normal;
+ margin-bottom: 0.2em;
+ color: #487858;
+}
-#index div.section dt { font-weight: normal; }
+#index div.section dt {
+ font-weight: normal;
+}
-#index #s-getting-help { float: right; width: 35em; background: #E1ECE2; padding: 1em; margin: 2em 0 2em 2em; }
-#index #s-getting-help h2 { margin: 0; }
+#index #s-getting-help {
+ float: right;
+ width: 35em;
+ background: #e1ece2;
+ padding: 1em;
+ margin: 2em 0 2em 2em;
+}
+#index #s-getting-help h2 {
+ margin: 0;
+}
-#index #s-django-documentation div.section div.section h3 { margin: 0; }
-#index #s-django-documentation div.section div.section { background: #E1ECE2; padding: 1em; margin: 2em 0 2em 40.3em; }
-#index #s-django-documentation div.section div.section a.reference { white-space: nowrap; }
+#index #s-django-documentation div.section div.section h3 {
+ margin: 0;
+}
+#index #s-django-documentation div.section div.section {
+ background: #e1ece2;
+ padding: 1em;
+ margin: 2em 0 2em 40.3em;
+}
+#index #s-django-documentation div.section div.section a.reference {
+ white-space: nowrap;
+}
#index #s-using-django dl,
#index #s-add-on-contrib-applications dl,
#index #s-solving-specific-problems dl,
-#index #s-reference dl
- { float: left; width: 41em; }
+#index #s-reference dl {
+ float: left;
+ width: 41em;
+}
#index #s-add-on-contrib-applications,
#index #s-solving-specific-problems,
#index #s-reference,
-#index #s-and-all-the-rest
- { clear: left; }
+#index #s-and-all-the-rest {
+ clear: left;
+}