mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
update the blockquote css
This commit is contained in:
parent
cbdf9303c6
commit
6704070615
2 changed files with 4 additions and 1 deletions
|
@ -102,7 +102,7 @@ How this is different from JSONP?
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
You may know the `JSONP <http://en.wikipedia.org/wiki/JSONP>`_ protocol. JSONP
|
You may know the `JSONP <http://en.wikipedia.org/wiki/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.
|
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
|
JSONP exploits the fact that's possible to get information from another domain
|
||||||
|
|
|
@ -109,7 +109,10 @@ pre{background-color: #eee; padding: 10px; color: #000; margin: 10px; overflow:
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
border-left: 10px #eaeaea solid;
|
||||||
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
cite {}
|
cite {}
|
||||||
|
|
||||||
q {}
|
q {}
|
||||||
|
|
Loading…
Reference in a new issue