diff options
author | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2015-03-29 19:02:20 +0000 |
---|---|---|
committer | knittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2015-03-29 19:02:20 +0000 |
commit | d09ebb4168d9d762e0cca119184777ab98cd8cab (patch) | |
tree | 7de3ee30b7490ea9cb8c91bbb0464b8307e2b1c6 /www | |
parent | 49dcf399b419852030ddacadf4486474dc3a1b56 (diff) | |
download | neo-layout-d09ebb4168d9d762e0cca119184777ab98cd8cab.tar.gz neo-layout-d09ebb4168d9d762e0cca119184777ab98cd8cab.tar.bz2 neo-layout-d09ebb4168d9d762e0cca119184777ab98cd8cab.zip |
Remove blue background color
git-svn-id: https://svn.neo-layout.org@2459 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 795c661..0d99a93 100644 --- a/www/index.html +++ b/www/index.html @@ -12,7 +12,6 @@ <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" /> <style> - body { background-color:#dceeee; } .page-header a img { border:0; @@ -38,7 +37,7 @@ h1 .tastentierchen { height:100%; - background-color:#dceeee; + background-color:#fff; } h1 .tastentierchen a:hover { position:relative; |