Update of /cvsroot/lxr/lxr/templates/html
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1606/templates/html
Modified Files:
html-head-btn-smaller.html html-head-btn.html
html-head-smaller.html html-head.html
Log Message:
lxr.css, html-head-*.html: new CSS style attic
Give a button appearance to the "Attic" link
Index: html-head-btn-smaller.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html/html-head-btn-smaller.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- html-head-btn-smaller.html 4 Sep 2013 15:22:41 -0000 1.7
+++ html-head-btn-smaller.html 2 Dec 2013 10:54:09 -0000 1.8
@@ -72,7 +72,7 @@
} </td>
</tr>
<tr>
- <td colspan='1'>$atticlink</td>
+ <td colspan='1' class="cvsattic">$atticlink</td>
<td colspan='3' class="rightmost">
<form method="get"
class="vars"
Index: html-head-btn.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html/html-head-btn.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- html-head-btn.html 4 Sep 2013 15:22:41 -0000 1.9
+++ html-head-btn.html 2 Dec 2013 10:54:09 -0000 1.10
@@ -85,7 +85,7 @@
</tr>
<tr><td colspan='3'> </td></tr>
<tr>
- <td>$atticlink</td>
+ <td class="cvsattic">$atticlink</td>
<td colspan='2' class="rightmost">
<form method="get"
class="vars"
Index: html-head-smaller.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html/html-head-smaller.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- html-head-smaller.html 4 Sep 2013 15:22:42 -0000 1.5
+++ html-head-smaller.html 2 Dec 2013 10:54:09 -0000 1.6
@@ -69,7 +69,7 @@
</td>
</tr>
<tr>
- <td colspan=2>$atticlink</td>
+ <td colspan=2 class="cvsattic">$atticlink</td>
<td colspan=2>
<table class="header">
$variables{ <tr>
Index: html-head.html
===================================================================
RCS file: /cvsroot/lxr/lxr/templates/html/html-head.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- html-head.html 4 Sep 2013 15:22:42 -0000 1.7
+++ html-head.html 2 Dec 2013 10:54:09 -0000 1.8
@@ -80,7 +80,7 @@
</tr>
<tr><td colspan='3'> </td></tr>
<tr>
- <td>$atticlink</td>
+ <td class="cvsattic">$atticlink</td>
<td colspan='2'>
<table class="header">
$variables{ <tr>
|