From cc5e906ad843d3ebfdecf65d6e58204bd7d06e4e Mon Sep 17 00:00:00 2001 From: remy Date: Thu, 5 Aug 2010 18:44:45 +0100 Subject: [PATCH] Updated home with full frontal --- css/html5demos.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/css/html5demos.css b/css/html5demos.css index 601244b..f516e47 100644 --- a/css/html5demos.css +++ b/css/html5demos.css @@ -85,21 +85,23 @@ li { #ffad { font-size: 90%; - border: 1px solid #ccc; - background: #fcfcfc; + border: 1px solid #4C8296; + background: rgba(44,67,71,.7); display: block; + color: #F7FCE4; -moz-border-radius-topleft: 25px; -webkit-border-top-left-radius: 25px; -moz-border-radius-bottomright: 25px; -webkit-border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-bottom-right-radius: 25px; - color: #000; text-decoration: none; + cursor: pointer; } #ffad:hover { - border-color: #919191; + background: rgb(44,67,71); + border-color: #1B2B30; } #ffad section {