]> jspc29.x-matter.uni-frankfurt.de Git - trb3web.git/commitdiff
added style for old entries in design list
authorJan Michel <j.michel@gsi.de>
Thu, 11 Dec 2014 11:02:42 +0000 (12:02 +0100)
committerJan Michel <j.michel@gsi.de>
Thu, 11 Dec 2014 11:02:42 +0000 (12:02 +0100)
designfiles.htm
styleold.css

index 2c994bcabefa475121b254597ddcfd8124a9c240..e4392cd491a8e066e5caa3c396c01eef7abc929c 100644 (file)
@@ -15,7 +15,7 @@ href="http://jspc29.x-matter.uni-frankfurt.de/bitfiles/">jspc29.x-matter.uni-fra
 
 <tr><td>2012-12-11<td>32<td>single edge<td>1.8.9<td>108<td>400<td><a href="http://jspc29.x-matter.uni-frankfurt.de/bitfiles/super.bit">super.bit</a>
 
-<tr><td>2012-12-11<td>32<td>single edge<td>1.8.9<td>108<td>400<td><a href="http://jspc29.x-matter.uni-frankfurt.de/bitfiles/super.bit">super.bit</a>
+<tr class="outdated"><td>2012-10-01<td>32<td>single edge<td>1.8.9<td>108<td>400<td><a href="http://jspc29.x-matter.uni-frankfurt.de/bitfiles/super.bit">super.bit</a>
 
 </table>
 
index bead2484e963e7c77022ccc5cab2e97f858aa463..9bed76a89207613515852b505f130b60b1bc5c04 100644 (file)
@@ -294,3 +294,7 @@ table th {
 table td, table th {
   padding:2px 10px;
 }   
+
+.outdated, .outdated a {
+  color:#999;
+  }