diff --git a/application/views/footer.php b/application/views/footer.php new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/application/views/footer.php @@ -0,0 +1,2 @@ + + diff --git a/application/views/header.php b/application/views/header.php new file mode 100644 index 0000000..03e17f6 --- /dev/null +++ b/application/views/header.php @@ -0,0 +1,18 @@ + + + + + Score systeem + + + + + + " media="all" /> + " media="all" /> + + + + + + \ No newline at end of file diff --git a/css/style.css b/css/style.css index 4f39ca4..459b80e 100755 --- a/css/style.css +++ b/css/style.css @@ -45,7 +45,7 @@ body{ margin:0; padding:0 0 0 0; color:#000; -background:#efefef url(css/img/gray_jean.png); +/* background:#efefef url(css/img/gray_jean.png); */ font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif; text-shadow: 0 0 1px transparent; /* google font pixelation fix */ }