Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-07-16 03:56:02 +0400
committerisaacs <i@izs.me>2013-07-16 21:49:54 +0400
commitdb5776cf8b51e27967cc27c2a9e07f5310dd4366 (patch)
tree6371b3826aa87801c70d64d8f01df4d119f902c9 /doc/api_assets
parente48536f4cda60987037652616eda73dc39f4122c (diff)
doc: Streams API Doc Rewrite
The Streams API doc is now broken up into 3 sections: 1. API for Consumers 2. API for Implementors 3. Details and Extras This addresses one of the biggest points of confusion for new users who start to consume streams, and get the impression that they have to do lots of extra work and implement classes and such, just to get some data out of a file.
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index 3171b9c8eb6..9248b09bcf6 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -105,6 +105,23 @@ p {
text-rendering: optimizeLegibility;
}
+table {
+ border-collapse: collapse;
+ margin: 0 0 1.4667em 0;
+}
+
+th, td {
+ border: 1px solid #aaa;
+}
+
+table p {
+ margin: 0 1ex;
+}
+
+th {
+ text-align:left;
+}
+
.apidoc #apicontent p,
.apidoc #apicontent li {
font-size: 15px;