diff trunk/src/html_map.d @ 795:069317bb84cf

Improved CSS document.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 29 Feb 2008 03:04:15 +0100
parents ef9bee5a2d61
children f7688996bf08
line wrap: on
line diff
--- a/trunk/src/html_map.d	Wed Feb 27 21:21:15 2008 +0100
+++ b/trunk/src/html_map.d	Fri Feb 29 03:04:15 2008 +0100
@@ -5,17 +5,19 @@
               `  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">`\n
               `  <link href="html.css" rel="stylesheet" type="text/css">`\n
               `</head>`\n
-              `<body>`\n,
-  "DocEnd"  : "\n</body>"
+              `<body>`\n
+              `<table><tr>`\n,
+  "DocEnd"  : "\n</tr></table>"
+              "\n</body>"
               "\n</html>",
-  "SourceBegin" : `<pre class="sourcecode">`,
-  "SourceEnd"   : "\n</pre>",
+  "SourceBegin" : `<td><pre class="sourcecode">`,
+  "SourceEnd"   : "\n</pre></td>",
   "CompBegin"   : `<div class="compilerinfo">`\n,
   "CompEnd"     : "</div>\n",
   "LexerError"  : `<p class="error L">{0}({1},{2})L: {3}</p>`\n,
   "ParserError" : `<p class="error P">{0}({1},{2})P: {3}</p>`\n,
-  "LineNumberBegin" : `<div class="linescolumn">`,
-  "LineNumberEnd"   : `</div>`,
+  "LineNumberBegin" : `<td class="linescolumn">`,
+  "LineNumberEnd"   : `</td><td>`,
   "LineNumber"      : `<a id="L{0}" href="#L{0}">{0}</a>`,
 
   // Node categories: