]> matita.cs.unibo.it Git - helm.git/commitdiff
fixed download links and added underlined hyperlinks
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 3 Feb 2006 17:39:06 +0000 (17:39 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 3 Feb 2006 17:39:06 +0000 (17:39 +0000)
helm/www/matita/download.shtml
helm/www/matita/style.css

index ccf44ed3bee3beaf460f3bf4a11275b8b013de9a..eff02c81bdcad00728313c38f0524b7cbb87384d 100644 (file)
@@ -8,12 +8,12 @@
     <!--#include virtual="menubar.shtml" -->
     <h1><span class="h1">Sources</span></h1>
     <p>
-    Since there is no official release, you can browse the svn repository
-    and get sources of the <a
-      href="http://helm.cs.unibo.it/websvn/dl.php?repname=helm&path=%2Ftrunk%2Fhelm%2Focaml%2F&rev=0&isdir=1">ocaml/</a>
-    and <a
-      href="http://helm.cs.unibo.it/websvn/dl.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fmatita%2F&rev=0&isdir=1">matita/</a>
-    modules.
+    Since there is no official release, you can browse the
+    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2F&sc=0">svn repository</a>
+    and get the sources of
+    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fsoftware%2Fcomponents%2F&rev=0&sc=0">components/</a>
+    and
+    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fsoftware%2Fmatita%2F&rev=0&sc=0">matita/</a>.
     </p>
     <!--#include virtual="bottombar.shtml" -->
   </body>
index 24fbcba4c1a9bf49301b03d1f82d6ef0bb68c278..8c4a95c4181f42555d16650cbb9ad046c7c056c7 100644 (file)
@@ -65,11 +65,11 @@ a.upmenu:hover {
 a {
   margin: 2px;
   color: #591622;
-  text-decoration : none;
+  text-decoration : underline;
 }
 
 a:hover {
-  text-decoration : none;
+  text-decoration : underline;
   /*
   border-bottom-width: 2px;
   border-top-width: 0px;