From 6704070615d80b77fd88c18567e0d5dd10fcf4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 30 Jan 2013 20:02:05 +0100 Subject: [PATCH] update the blockquote css --- content/python/cornice-cors.rst | 2 +- theme/static/css/main.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/content/python/cornice-cors.rst b/content/python/cornice-cors.rst index 1dcc71d..ceff002 100644 --- a/content/python/cornice-cors.rst +++ b/content/python/cornice-cors.rst @@ -102,7 +102,7 @@ How this is different from JSONP? ================================= You may know the `JSONP `_ protocol. JSONP -Allows to do cross origin, but for a particular use case, and do have some +Allows to do cross origin, but for a particular use case, and does have some drawbacks (for instance, it's not possible to do DELETEs or PUTs with JSONP. JSONP exploits the fact that's possible to get information from another domain diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 07f48d9..94982d3 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -109,7 +109,10 @@ pre{background-color: #eee; padding: 10px; color: #000; margin: 10px; overflow: blockquote { margin: 20px; font-style: italic; + border-left: 10px #eaeaea solid; + padding-left: 10px; } + cite {} q {}