Minor changes of doc

This commit is contained in:
Milo Yip 2014-07-08 14:38:25 +08:00
parent 3600c6b474
commit 9ff95ca2cf
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ When the source encoding of stream is the same as encoding of DOM, by default, t
Some techniques about using DOM API is discussed here. Some techniques about using DOM API is discussed here.
### DOM as SAX Event Publisher ## DOM as SAX Event Publisher
In RapidJSON, stringifying a DOM with `Writer` may be look a little bit weired. In RapidJSON, stringifying a DOM with `Writer` may be look a little bit weired.

View File

@ -251,7 +251,7 @@ div.fragment {
} }
/* external link icon */ /* external link icon */
div #contents a[href ^= "http"]:after { div.contents a[href ^= "http"]:after {
content: " " url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=); content: " " url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=);
} }