about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-03-25 16:41:27 -0700
committerBrian Anderson <banderson@mozilla.com>2013-03-26 09:31:44 -0700
commit4d745c288a01fbc59366b65a65e847efb50353b5 (patch)
treee19e70a4222946b2f87d03f6a168071bd30d1bda /doc
parent34392ad5b43c0e902dae0ed9405b45848cdf8872 (diff)
downloadrust-4d745c288a01fbc59366b65a65e847efb50353b5.tar.gz
rust-4d745c288a01fbc59366b65a65e847efb50353b5.zip
rustdoc: Tweak list style
Diffstat (limited to 'doc')
-rw-r--r--doc/rust.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/rust.css b/doc/rust.css
index c49b0fee67c..221f7996f10 100644
--- a/doc/rust.css
+++ b/doc/rust.css
@@ -101,4 +101,9 @@ td {
 #TOC ul {
     list-style: none;
     padding-left: 0px;
+}
+
+/* Adjust list alignment so rustdoc indexes don't align with blockquotes */
+div.index ul {
+    padding-left: 1em;
 }
\ No newline at end of file