summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2015-03-29 19:02:15 +0000
committerknittl <knittl@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2015-03-29 19:02:15 +0000
commit1688ebdfcc40de38330eb0c9e527ee273f42138a (patch)
tree1050212ea30e2996be3a51f432993a63c8b15f2c /www
parenta2722e82705a039c47612ff77db80583cda31224 (diff)
downloadneo-layout-1688ebdfcc40de38330eb0c9e527ee273f42138a.tar.gz
neo-layout-1688ebdfcc40de38330eb0c9e527ee273f42138a.tar.bz2
neo-layout-1688ebdfcc40de38330eb0c9e527ee273f42138a.zip
Make tastentierchen "jump" on hover
git-svn-id: https://svn.neo-layout.org@2457 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www')
-rw-r--r--www/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index fae36af..2c210b8 100644
--- a/www/index.html
+++ b/www/index.html
@@ -40,6 +40,10 @@
height:100%;
background-color:#dceeee;
}
+ h1 .tastentierchen a:hover {
+ position:relative;
+ top:-5px;
+ }
</style>
</head>