about summary refs log tree commit diff
path: root/doc/rust.css
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-07-07 23:45:28 -0700
committerBrian Anderson <banderson@mozilla.com>2012-07-07 23:45:28 -0700
commit53bb4192d8cd231cf0043e0deec47eded4ff5088 (patch)
treecfa0854ff217b02111b05d764185df9e8c1511a2 /doc/rust.css
parentde1de68b8249b94a63ae3392ecb436d93abf187e (diff)
downloadrust-53bb4192d8cd231cf0043e0deec47eded4ff5088.tar.gz
rust-53bb4192d8cd231cf0043e0deec47eded4ff5088.zip
tutorial: Use a more tasteful blockquote style
Diffstat (limited to 'doc/rust.css')
-rw-r--r--doc/rust.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rust.css b/doc/rust.css
index d68f0b851c2..0f318cba92b 100644
--- a/doc/rust.css
+++ b/doc/rust.css
@@ -60,7 +60,7 @@ h1.title {
 
 blockquote {
     color: black;
-    background-color: lavender;
+    border-left: solid 1px silver;
     margin: 1em;
     padding: 0.5em 1em 0.5em 1em;
 }
\ No newline at end of file