From 239e3cbce94d558fcdf49500dcb0906c15bb5341 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 28 Sep 2013 18:02:44 -0700 Subject: [PATCH] final tweaks to project style --- assets/css/proj-common.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/css/proj-common.css b/assets/css/proj-common.css index 68d288b..912f347 100644 --- a/assets/css/proj-common.css +++ b/assets/css/proj-common.css @@ -4,7 +4,4 @@ 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(#ffc), to(#f7f7f7)) - ; background-image: -moz-radial-gradient(center 45deg, circle contain, #ffa 0%, #f7f7f7 100%) - ; font-size: 1.2em - } +.highlight { font-size: 1.2em }