Changing html style

Change-Id: I90605638a8b8c9336a5a0cc1f6c9b87ab0eed5b7
diff --git a/face.rst b/face.rst
index 1faf5c6..28699fa 100644
--- a/face.rst
+++ b/face.rst
@@ -59,7 +59,8 @@
 
             getTransport: function() { return new WebSocketTransport(); },
             getHostAndPort: transport.defaultGetHostAndPort,
-                 // a function, on each call it returns a new { host: host, port: port } or null if there are no more hosts.
+                 // a function, on each call it returns 
+                 // a new { host: host, port: port } or null if there are no more hosts.
             host: null, // If null, use getHostAndPort when connecting.
             port: 9696
 
@@ -110,7 +111,8 @@
 
             getTransport: function() { return new WebSocketTransport(); },
             getHostAndPort: transport.defaultGetHostAndPort,
-                // a function, on each call it returns a new { host: host, port: port } or null if there are no more hosts.
+                // a function, on each call it returns a new 
+                // { host: host, port: port } or null if there are no more hosts.
             host: null, // If null, use getHostAndPort when connecting.
             port: 9696