made logo inline with flag

This commit is contained in:
jonobr1 2011-01-26 16:36:23 -07:00
parent 64383925eb
commit fe260b5dca
3 changed files with 7 additions and 5 deletions

View File

@ -26,6 +26,10 @@ h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
margin-right: 7px; margin-right: 7px;
} }
h1 span {
}
h1 img { h1 img {
width: 45px; width: 45px;
height: 45px; height: 45px;
@ -46,8 +50,6 @@ pre {
font: 10px Monaco, monospace; font: 10px Monaco, monospace;
} }
canvas { border: 1px solid #000; }
p { font-size: 125%; max-width: 530px; line-height: 18px; margin-bottom: 36px; } p { font-size: 125%; max-width: 530px; line-height: 18px; margin-bottom: 36px; }
a:link { a:link {

View File

@ -4,7 +4,7 @@ function DynamicText(message, width, height, textAscent) {
this.growthSpeed = 0.5; this.growthSpeed = 0.5;
this.minSize = 0; this.minSize = 0;
this.maxSize = 5; this.maxSize = 3;
this.noiseScale = 300; this.noiseScale = 300;
this.noiseStrength = 10; this.noiseStrength = 10;

View File

@ -34,7 +34,7 @@
window.onload = function() { window.onload = function() {
var testDisplay = new DynamicText("gui-dat", 600, 300, 160); var testDisplay = new DynamicText("gui-dat", 600, 100, 75);
prettyPrint(); prettyPrint();