From: Michael Stapelberg Date: Sat, 23 Jul 2011 13:28:07 +0000 (+0200) Subject: add cursor:pointer to #imgleft and #imgright X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f0516aef36bb92c2b919c1e8a216a866c026ee72;p=i3%2Fi3.github.io add cursor:pointer to #imgleft and #imgright --- diff --git a/css/style.css b/css/style.css index b568027..017745c 100644 --- a/css/style.css +++ b/css/style.css @@ -301,6 +301,7 @@ img { } #imgleft, #imgright { + cursor: pointer; position: fixed; top: 50%; width: 64px;