About: further tweaking text

This commit is contained in:
Brian Hanifin
2014-07-28 21:39:48 -07:00
parent f558a5b82f
commit 913e5c5e57
2 changed files with 11 additions and 7 deletions
+11 -3
View File
@@ -19,10 +19,11 @@
}
#about {
margin-top: 1em;
text-align: center;
}
#about div {
font-size: 0.75em;
}
#about .links {
font-size: 0.75em;
margin-top: 0.5em;
}
#about a {
@@ -67,8 +68,15 @@ dd.numbers label {
h1, legend,
#about .appName,
#about .version {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
font-weight: bold;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#about .appName {
font-size: 1em;
}
#about .version {
font-size: 1.25em;
margin-left: 0.25em;
}
#toolbar {
-4
View File
@@ -90,10 +90,6 @@
<a href="https://github.com/nightscout/cgm-remote-monitor/wiki/0.3.0-Release-Notes">Release Notes</a><br />
<a href="http://github.com/nightscout/cgm-remote-monitor">Open Source</a><br />
<a href="http://www.nightscout.info">Community</a><br />
<!--
<a href="http://nightscout.info"><img src="http://img.shields.io/badge/nightscout-info-brightgreen.svg" /></a>
<a href="http://github.com/nightscout/cgm-remote-monitor"><img src="http://img.shields.io/badge/fork_me-on_github-blue.svg" /></a>
-->
</div>
</fieldset>
</form>