diff --git a/ga.js b/ga.js new file mode 100644 index 0000000..986e4d1 --- /dev/null +++ b/ga.js @@ -0,0 +1,12 @@ +/* google analytics */ + +var _gaq = _gaq || []; +_gaq.push(['_setAccount', 'UA-37232052-1']); +_gaq.push(['_setDomainName', 'scriptedamigaemulator.net']); +_gaq.push(['_trackPageview']); + +(function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); +})(); \ No newline at end of file diff --git a/index.css b/index.css index 282d2d9..8f385aa 100644 --- a/index.css +++ b/index.css @@ -41,7 +41,7 @@ body { left:0; margin:0; padding:0; - font-family:verdana; + font-family:verdana,serif; font-size:small; background-color:#fff; } @@ -81,7 +81,7 @@ body { background-color:#fcfcfc; } .config_simple_hof { - width:480px; + width:380px; margin:auto; padding:10px; border:1px solid #ccc; @@ -114,7 +114,6 @@ body { width:auto; } #config select { - border:0; border:1px solid #ccc; } #config .button { @@ -195,7 +194,7 @@ body { vertical-align:top; } -div.float_box { +/*div.float_box { overflow: hidden; width: 100%; } @@ -204,4 +203,4 @@ div.float_item { } div.float_clear { clear: both; -} \ No newline at end of file +}*/ \ No newline at end of file diff --git a/index.htm b/index.htm index c6c3a33..20ecadf 100644 --- a/index.htm +++ b/index.htm @@ -47,22 +47,11 @@
| Game | +- | |
| Demo | +
- |
@@ -154,7 +143,14 @@
-
+
+