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 {}