From 174d6ddf7fc02442da34ad9d5f03ce5f6f0afdaf Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 28 Apr 2012 09:02:03 -0700 Subject: [PATCH] tweak the style of highlights and nav lists --- assets/css/proj-common.css | 2 +- assets/css/style.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/proj-common.css b/assets/css/proj-common.css index 766301b..68d288b 100644 --- a/assets/css/proj-common.css +++ b/assets/css/proj-common.css @@ -4,7 +4,7 @@ td { font-size: 1.5em td:nth-child(2) { padding: 0 10px } -.highlight { background-image: -webkit-gradient(radial, 50% 50%, 5, 50% 50%, 15, from(#ffa), to(#f7f7f7)) +.highlight { background-image: -webkit-gradient(radial, 50% 50%, 5, 50% 50%, 15, from(#ffc), to(#f7f7f7)) ; background-image: -moz-radial-gradient(center 45deg, circle contain, #ffa 0%, #f7f7f7 100%) ; font-size: 1.2em } diff --git a/assets/css/style.css b/assets/css/style.css index de8fa13..a3f2921 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -60,14 +60,14 @@ ul.nav li { display: block ul.nav li a { padding: 5px ; text-decoration: none - ; border-bottom: dashed 1px #0E539C - ; text-shadow: #999 5px 5px 5px + ; border-bottom: solid 1px #fff + ; text-shadow: #ccc 2px 2px 3px } ul.nav li a:visited { color: #227 } ul.nav li a:hover, -ul.nav li a:active { text-shadow: #aa7 5px 5px 5px - ; border-bottom: dashed 1px #000 +ul.nav li a:active { text-shadow: #cca 2px 2px 3px + ; border-bottom: solid 1px #aaa } ul.nav li a:active { text-shadow: none }