diff --git a/css/html5demos.css b/css/html5demos.css index ec3d19d..b0f505c 100644 --- a/css/html5demos.css +++ b/css/html5demos.css @@ -63,10 +63,10 @@ footer > * { background: #0c0; } -footer #built:hover:after { +/*footer #built:hover:after { content: '...quickly'; } - +*/ [contenteditable]:hover { outline: 1px dotted #ccc; } @@ -85,7 +85,7 @@ li { #ih5 { font-size: 90%; - background: #442C0D url(http://introducinghtml5.com/book_m.jpg) no-repeat left center; + background: #442C0D url(/images/ih5.jpg) no-repeat left center; display: block; color: #F7FCE4; text-decoration: none; @@ -259,6 +259,7 @@ body.view-source #view-source { } /** Pretty printing styles. Used with prettify.js. */ +pre { font-size: 14px; } .str { color: #080; } .kwd { color: #008; } .com { color: #800; } diff --git a/demos/web-socket.html b/demos/web-socket.html index eda0bdc..2c395d1 100644 --- a/demos/web-socket.html +++ b/demos/web-socket.html @@ -25,14 +25,14 @@

Not connected

Users connected: 0

To test, open two windows with Web Socket support, type a message above and press return.

-

The server side code is available here: node.ws.js & server (note that it runs on nodejs)

+

The server side code is available here: node-web-socket & server (note that it runs on nodejs)