mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
made logo inline with flag
This commit is contained in:
parent
64383925eb
commit
fe260b5dca
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user