summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2017-01-13 13:44:34 +0100
committerSamuel Mannehed <samuel@cendio.se>2017-01-13 14:43:59 +0100
commit938ac53c7bf123462308bab2aa7df6b1fd53bbd1 (patch)
tree6f4b74ccc650a522d66613b8c0fb8fce38db6328
parent9ed0597668517ea2704ffa9db5c90947cde113f5 (diff)
downloadnovnc-938ac53c7bf123462308bab2aa7df6b1fd53bbd1.tar.gz
Clean up css for headers
We are no longer using <h1> and <h3>, so <h2> css was replaced by <h1> and <h3> was removed.
-rw-r--r--info.css6
-rw-r--r--info.html18
2 files changed, 10 insertions, 14 deletions
diff --git a/info.css b/info.css
index 78d6783..5bb7b40 100644
--- a/info.css
+++ b/info.css
@@ -63,15 +63,11 @@ body {
#content a {
color: #24120f;
}
-#content h2 {
+#content h1 {
font-size: 1.5em;
color: #24120f;
border-bottom: 1px solid #e0e0e0;
}
-#content h3 {
- text-align: center;
- color: #24120f;
-}
pre {
background: #000;
diff --git a/info.html b/info.html
index a804efc..ca6e484 100644
--- a/info.html
+++ b/info.html
@@ -62,19 +62,19 @@ Notable commits, announcements and news @<a href="http://www.twitter.com/noVNC">
<br>
<br>
-<h2>Online noVNC Client</h2>
+<h1>Online noVNC Client</h1>
<p>The online version of the noVNC client is at <a href="http://noVNC.com">noVNC.com</a></p>
-<h2>Videos and Screenshots</h2>
+<h1>Videos and Screenshots</h1>
<p>It's not a real project until there are <a href="screenshots.html">videos and screenshots</a>.</p>
-<h2>Online Demo</h2>
+<h1>Online Demo</h1>
<p>This <a href="demo1.html">online demo</a> plays back a recorded VNC session.</p>
-<h2>Projects/Companies using noVNC</h2>
+<h1>Projects/Companies using noVNC</h1>
<p>There are many companies/projects that have integrated noVNC including
<a href="http://code.osuosl.org/projects/ganeti-webmgr">Ganeti Web Manager</a></strong>,
<a href="http://www.openstack.org">OpenStack</a></strong>,
@@ -82,19 +82,19 @@ Notable commits, announcements and news @<a href="http://www.twitter.com/noVNC">
<a href="http://libvncserver.sourceforge.net">LibVNCServer</a></strong>. See <a href="https://github.com/kanaka/noVNC/wiki/ProjectsCompanies-using-noVNC">this wiki page</a> for a more complete list with additional info and links.</p>
-<h2>Dependencies</h2>
+<h1>Dependencies</h1>
<p>A browser with at least minimal canvas support (i.e. not IE 6, 7 or 8).</p>
-<h2>Install</h2>
+<h1>Install</h1>
<p>Run a vnc server, run the WebSockets proxy, load the page, and connect! See the project <a href="http://github.com/kanaka/noVNC/blob/master/README.md">README</a> for more details.</p>
-<h2>License</h2>
+<h1>License</h1>
<p><a href="http://www.mozilla.org/MPL/2.0/">MPL-2.0</a></p>
-<h2>Authors/Contributors</h2>
+<h1>Authors/Contributors</h1>
<ul>
<li><strong>Creator of noVNC</strong> : Joel Martin (github@martintribe.org)</li>
<li><strong>Current noVNC team</strong> : Joel Martin, Solly Ross, Samuel Mannehed, Peter Åstrand
@@ -107,7 +107,7 @@ Notable commits, announcements and news @<a href="http://www.twitter.com/noVNC">
-<h2>Download</h2>
+<h1>Download</h1>
<p>
You can download this project in either
<a href="http://github.com/kanaka/noVNC/zipball/master">zip</a> or