From 65227120e5094e2e4a96985348d5c7a292a96a37 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Tue, 20 Dec 2011 17:51:56 +0200 Subject: [PATCH] Add padding to links so that they are easier to tap --- example/styles.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/example/styles.css b/example/styles.css index 2649160..2834f16 100644 --- a/example/styles.css +++ b/example/styles.css @@ -55,10 +55,6 @@ a { color: #fff; } -a:hover { - border-bottom: 1px solid #666; - } - a:active { opacity: .7; } @@ -79,7 +75,6 @@ a:active { .anotherslideshow_tabs li { display: inline; - margin-left: 15px; } .anotherslideshow_tabs li:first-child { @@ -87,11 +82,13 @@ a:active { } .anotherslideshow_tabs a { + padding: 8px 20px; color: #666; } .anotherslideshow_tabs .anotherslideshow_here a { color: #fff; + background: rgba(255,255,255,.1); font-weight: bold; }