projects
/
nanofun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65a5e1
)
add link to source code
author
Frédéric Péters
<fpeters@0d.be>
Sun, 19 Feb 2017 16:28:14 +0000
(17:28 +0100)
committer
Frédéric Péters
<fpeters@0d.be>
Sun, 19 Feb 2017 16:28:14 +0000
(17:28 +0100)
index.html
patch
|
blob
|
history
nanofun.css
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index
47bb729
..
dfbdbf3
100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-28,5
+28,6
@@
<div id="msg"></div>
<div id="midiinputs"></div>
<div id="midioutputs"></div>
+ <div id="gitclone">Source code at <a href="https://git.0d.be/?p=nanofun.git">https://git.0d.be/?p=nanofun.git</a></div>
</body>
</html>
diff --git
a/nanofun.css
b/nanofun.css
index
e9215ad
..
e4e97e3
100644
(file)
--- a/
nanofun.css
+++ b/
nanofun.css
@@
-47,3
+47,10
@@
div.nanotouch span.duration {
bottom: 1ex;
right: 1ex;
}
+
+div#gitclone {
+ font-size: 12px;
+ position: absolute;
+ bottom: 1ex;
+ right: 1ex;
+}