]> 91.132.146.200 Git - klimbim.git/commitdiff
syntax test
authorBanana <banana@starscream.de>
Mon, 16 Jul 2012 13:10:12 +0000 (15:10 +0200)
committerBanana <banana@starscream.de>
Mon, 16 Jul 2012 13:10:12 +0000 (15:10 +0200)
css/tooltips.txt

index 5e80b778fe11fe57c8ad1562c1705c088b213d35..2a8ab31d4f97871920f63871e2d5b4a10a9604ea 100644 (file)
@@ -12,6 +12,7 @@ Das javscript verhindert das event sollte man auf den Link draufklicken.
 
 Danach nur noch folgende CSS Definitionen und schon hat man seinen Tooltip.
 
+```css
 a {
        z-index:10;
 }
@@ -34,4 +35,5 @@ a:hover span{
        color:#444;
        padding:1px 5px;
        z-index:10;
-}
\ No newline at end of file
+}
+```
\ No newline at end of file