+
<%= link_to_remote 'See Data', {:url => {:controller => 'browse', :action => 'start'}}, {:href => url_for( {:controller => 'browse', :action => 'index'}), :id => 'browseanchor', :title => 'browse data'} %>
diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css
index c7f1b0085..4e4a70343 100644
--- a/public/stylesheets/site.css
+++ b/public/stylesheets/site.css
@@ -1,4 +1,4 @@
-a {
+a m
color: #0000ff;
text-decoration: none;
}
@@ -569,6 +569,13 @@ input[type="text"] {
font-weight: normal;
}
+#datalink {
+ z-index:10000;
+ position:absolute;
+ bottom:30px;
+ right:15px;
+ font-size:smaller;
+}
#permalink {
z-index:10000;
position:absolute;