summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuelmannehed@gmail.com>2017-05-13 01:20:01 +0200
committerSamuel Mannehed <samuelmannehed@gmail.com>2017-05-13 01:39:47 +0200
commit3f2ac325f07322e4fbf6363d1fc15d9c33db59af (patch)
tree4e4f09967f8d975d1875319736f4e1a4eed7fc10
parent0b944dc05fc3c3f1daa1ee48917217b9f451c9cd (diff)
downloadnovnc-3f2ac325f07322e4fbf6363d1fc15d9c33db59af.tar.gz
Move styling to css
-rw-r--r--info.css7
-rw-r--r--info.html7
-rw-r--r--screenshots.html5
3 files changed, 12 insertions, 7 deletions
diff --git a/info.css b/info.css
index e148618..7b39959 100644
--- a/info.css
+++ b/info.css
@@ -22,6 +22,13 @@ body {
max-height: 1200px;
}
+.fork_banner {
+ position: absolute;
+ top: 0;
+ right: 0;
+ border: 0;
+}
+
/*Default noVNC logo.*/
/* From: http://fonts.googleapis.com/css?family=Orbitron:700 */
@font-face {
diff --git a/info.html b/info.html
index 4ad2430..43b7460 100644
--- a/info.html
+++ b/info.html
@@ -18,10 +18,9 @@
</head>
<body>
- <a href="https://github.com/novnc/noVNC">
- <img style="position: absolute; top: 0; right: 0; border: 0;"
- src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
- alt="Fork me on GitHub" />
+ <a href="https://github.com/novnc/noVNC" class="fork_banner">
+ <img src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
+ alt="Fork me on GitHub" />
</a>
<div id="top">
diff --git a/screenshots.html b/screenshots.html
index ed68ea8..252582a 100644
--- a/screenshots.html
+++ b/screenshots.html
@@ -19,9 +19,8 @@
</head>
<body>
- <a href="https://github.com/novnc/noVNC">
- <img style="position: absolute; top: 0; right: 0; border: 0;"
- src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
+ <a href="https://github.com/novnc/noVNC" class="fork_banner">
+ <img src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
alt="Fork me on GitHub" />
</a>