diff --git a/mercurial/templates/coal/map b/mercurial/templates/coal/map
index 9f97de157aaded83cee36b3d97f51ba5f5c76e10_bWVyY3VyaWFsL3RlbXBsYXRlcy9jb2FsL21hcA==..1209e1d52b6866fa693642869cb9c1786b62aeb5_bWVyY3VyaWFsL3RlbXBsYXRlcy9jb2FsL21hcA== 100644
--- a/mercurial/templates/coal/map
+++ b/mercurial/templates/coal/map
@@ -94,14 +94,12 @@
 
 filerename = '{file|escape}@'
 filelogrename = '
-  <tr>
-    <th>base:</th>
-    <td>
-      <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
-        {file|escape}@{node|short}
-      </a>
-    </td>
-  </tr>'
+  <span class="base">
+    base
+    <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
+      {file|escape}@{node|short}
+    </a>
+  </span>'
 fileannotateparent = '
   <tr>
     <td class="metatag">parent:</td>
diff --git a/mercurial/templates/paper/filelogentry.tmpl b/mercurial/templates/paper/filelogentry.tmpl
index 9f97de157aaded83cee36b3d97f51ba5f5c76e10_bWVyY3VyaWFsL3RlbXBsYXRlcy9wYXBlci9maWxlbG9nZW50cnkudG1wbA==..1209e1d52b6866fa693642869cb9c1786b62aeb5_bWVyY3VyaWFsL3RlbXBsYXRlcy9wYXBlci9maWxlbG9nZW50cnkudG1wbA== 100644
--- a/mercurial/templates/paper/filelogentry.tmpl
+++ b/mercurial/templates/paper/filelogentry.tmpl
@@ -1,5 +1,5 @@
  <tr class="parity{parity}">
   <td class="age">{date|age}</td>
   <td class="author">{author|person}</td>
-  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
+  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
  </tr>
diff --git a/mercurial/templates/paper/map b/mercurial/templates/paper/map
index 9f97de157aaded83cee36b3d97f51ba5f5c76e10_bWVyY3VyaWFsL3RlbXBsYXRlcy9wYXBlci9tYXA=..1209e1d52b6866fa693642869cb9c1786b62aeb5_bWVyY3VyaWFsL3RlbXBsYXRlcy9wYXBlci9tYXA= 100644
--- a/mercurial/templates/paper/map
+++ b/mercurial/templates/paper/map
@@ -93,14 +93,12 @@
 
 filerename = '{file|escape}@'
 filelogrename = '
-  <tr>
-    <th>base:</th>
-    <td>
-      <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
-        {file|escape}@{node|short}
-      </a>
-    </td>
-  </tr>'
+  <span class="base">
+    base
+    <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">
+      {file|escape}@{node|short}
+    </a>
+  </span>'
 fileannotateparent = '
   <tr>
     <td class="metatag">parent:</td>
diff --git a/mercurial/templates/static/style-coal.css b/mercurial/templates/static/style-coal.css
index 9f97de157aaded83cee36b3d97f51ba5f5c76e10_bWVyY3VyaWFsL3RlbXBsYXRlcy9zdGF0aWMvc3R5bGUtY29hbC5jc3M=..1209e1d52b6866fa693642869cb9c1786b62aeb5_bWVyY3VyaWFsL3RlbXBsYXRlcy9zdGF0aWMvc3R5bGUtY29hbC5jc3M= 100644
--- a/mercurial/templates/static/style-coal.css
+++ b/mercurial/templates/static/style-coal.css
@@ -173,6 +173,7 @@
 .bigtable .age { width: 6em; }
 .bigtable .author { width: 12em; }
 .bigtable .description { }
+.bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
 .bigtable .node { width: 5em; font-family: monospace;}
 .bigtable .lineno { width: 2em; text-align: right;}
 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
diff --git a/mercurial/templates/static/style-paper.css b/mercurial/templates/static/style-paper.css
index 9f97de157aaded83cee36b3d97f51ba5f5c76e10_bWVyY3VyaWFsL3RlbXBsYXRlcy9zdGF0aWMvc3R5bGUtcGFwZXIuY3Nz..1209e1d52b6866fa693642869cb9c1786b62aeb5_bWVyY3VyaWFsL3RlbXBsYXRlcy9zdGF0aWMvc3R5bGUtcGFwZXIuY3Nz 100644
--- a/mercurial/templates/static/style-paper.css
+++ b/mercurial/templates/static/style-paper.css
@@ -164,6 +164,7 @@
 .bigtable .age { width: 7em; }
 .bigtable .author { width: 12em; }
 .bigtable .description { }
+.bigtable .description .base { font-size: 70%; float: right; line-height: 1.66; }
 .bigtable .node { width: 5em; font-family: monospace;}
 .bigtable .permissions { width: 8em; text-align: left;}
 .bigtable .size { width: 5em; text-align: right; }