Revision: 3033
Author: pekka.klarck
Date: Fri Apr 16 15:36:02 2010
Log: an example w/o styles
http://code.google.com/p/robotframework/source/detail?r=3033

Modified:
 /trunk/doc/libraries/Telnet.html

=======================================
--- /trunk/doc/libraries/Telnet.html    Fri Apr 16 01:19:54 2010
+++ /trunk/doc/libraries/Telnet.html    Fri Apr 16 15:36:02 2010
@@ -3,86 +3,7 @@
 <head>
 <title>Telnet</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style media="all" type="text/css">
-body {
-  background: white;
-  color: black;
-  font-size: small;
-  font-family: sans-serif;
-  padding: 0.1em 0.5em;
-}
-a.name, span.name {
-  font-style: italic;
-}
-a, a:link, a:visited {
-  color: #c30;
-}
-a:hover, a:active {
-  text-decoration: underline;
-  color: black;
-}
-div.shortcuts {
-  margin: 1em 0em;
-  font-size: 0.9em;
-}
-div.shortcuts a {
-  text-decoration: none;
-  color: black;
-}
-div.shortcuts a:hover {
-  text-decoration: underline;
-}
-table.keywords {
-  border: 2px solid black;
-  border-collapse: collapse;
-  empty-cells: show;
-  margin: 0.3em 0em;
-  width: 100%;
-}
-table.keywords th, table.keywords td {
-  border: 2px solid black;
-  padding: 0.2em;
-  vertical-align: top;
-}
-table.keywords th {
-  background: #bbb;
-  color: black;
-}
-table.keywords td.kw {
-  width: 150px;
-  font-weight: bold;
-}
-table.keywords td.arg {
-  width: 300px;
-  font-style: italic;
-}
-table.doc {
-  border: 1px solid black;
-  background: transparent;
-  border-collapse: collapse;
-  empty-cells: show;
-  font-size: 0.85em;
-}
-table.doc td {
-  border: 1px solid black;
-  padding: 0.1em 0.3em;
-  height: 1.2em;
-
-}
-#footer {
-  font-size: 0.9em;
-}
-</style>
-<style media="print" type="text/css">
-body {
-  margin: 0px 1px;
-  padding: 0px;
-  font-size: 10px;
-}
-a {
-  text-decoration: none;
-}
-</style>
+
 </head>
 <body>
 <h1>Telnet</h1>
@@ -97,7 +18,7 @@
See <a href="#Open Connection" class="name">Open Connection</a> and <a href="#Switch Connection" class="name">Switch Connection</a> for details on how to handle multiple simultaneous connections. The responses are expected to be ASCII encoded and all non-ASCII characters are silently ignored.</p>

 <h2 id="importing">Importing</h2>
-<table class="keywords">
+<table border="1" class="keywords">
 <tr>
   <th class="arg">Arguments</th>
   <th class="doc">Documentation</th>
@@ -217,7 +138,7 @@
 </div>

 <h2>Keywords</h2>
-<table class="keywords">
+<table border="1" class="keywords">
 <tr>
   <th class="kw">Keyword</th>
   <th class="arg">Arguments</th>
@@ -593,7 +514,7 @@
 <p id="footer">
 Altogether 17 keywords.<br />
Generated by <a href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool";>libdoc.py</a>
-on 2010-04-16 11:14:07.
+on 2010-04-17 01:35:17.
 </p>
 </body>
 </html>


--
Subscription settings: 
http://groups.google.com/group/robotframework-commit/subscribe?hl=en

Reply via email to