diff options
author | 2012-03-08 10:30:06 -0500 | |
---|---|---|
committer | 2012-03-08 10:30:06 -0500 | |
commit | 7c5c9fa80851698caff1c7711bc1cd7f3979e07b (patch) | |
tree | 21e4a267aead693270414b3b4b5c55d236ba002e /doc/style.css | |
parent | 20662bc83a232c31ce27b6341bcad3a23a0a94c1 (diff) | |
download | textadept-7c5c9fa80851698caff1c7711bc1cd7f3979e07b.tar.gz textadept-7c5c9fa80851698caff1c7711bc1cd7f3979e07b.zip |
No blockquoting of LuaDoc.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css index 3ef27ea3..6a1a31e3 100644 --- a/doc/style.css +++ b/doc/style.css @@ -13,8 +13,6 @@ a { a:hover { text-decoration: underline; } a:visited { color: #661a66; } -blockquote { margin-left: 1em; } - body { background-color: #e6e6e6; color: #333333; |