--- a/templates/coal/graph.tmpl Tue Jun 24 10:08:32 2008 +0200
+++ b/templates/coal/graph.tmpl Tue Jun 24 10:18:03 2008 +0200
@@ -50,8 +50,9 @@
<script type="text/javascript" src="{staticurl}graph.js"></script>
<script>
+<!-- hide script content
-document.getElementById('noscript').style.visibility = 'hidden';
+document.getElementById('noscript').style.display = 'none';
data = {jsdata|json};
graph = new Graph();
@@ -96,6 +97,8 @@
}
graph.render(data);
+
+// stop hiding script -->
</script>
<div class="navigate">
--- a/templates/gitweb/graph.tmpl Tue Jun 24 10:08:32 2008 +0200
+++ b/templates/gitweb/graph.tmpl Tue Jun 24 10:18:03 2008 +0200
@@ -42,8 +42,9 @@
<script type="text/javascript" src="#staticurl#graph.js"></script>
<script>
+<!-- hide script content
-document.getElementById('noscript').style.visibility = 'hidden';
+document.getElementById('noscript').style.display = 'none';
data = {jsdata|json};
graph = new Graph();
@@ -107,6 +108,8 @@
}
graph.render(data);
+
+// stop hiding script -->
</script>
<div class="page_nav">
--- a/templates/graph.tmpl Tue Jun 24 10:08:32 2008 +0200
+++ b/templates/graph.tmpl Tue Jun 24 10:18:03 2008 +0200
@@ -35,8 +35,9 @@
<script type="text/javascript" src="#staticurl#graph.js"></script>
<script>
+<!-- hide script content
-document.getElementById('noscript').style.visibility = 'hidden';
+document.getElementById('noscript').style.display = 'none';
data = {jsdata|json};
graph = new Graph();
@@ -79,6 +80,8 @@
}
graph.render(data);
+
+// stop hiding script -->
</script>
<form action="#url#log">
--- a/templates/static/style-gitweb.css Tue Jun 24 10:08:32 2008 +0200
+++ b/templates/static/style-gitweb.css Tue Jun 24 10:18:03 2008 +0200
@@ -85,6 +85,7 @@
position: relative;
margin: 0;
padding: 0;
+ margin-top: 3px;
}
canvas {