From 7327e6b71c1e63cf6d9aa559e604dddbe41a2fbb Mon Sep 17 00:00:00 2001 From: Marcelino Llano Date: Thu, 14 Jun 2012 13:02:26 +0200 Subject: [PATCH] fix also the other stylesheets --- stylesheets/mobile.css | 12 ++++++++---- stylesheets/non-screen.css | 13 ++++++++----- stylesheets/screen.css | 12 ++++++++---- 3 files changed, 24 insertions(+), 13 deletions(-) diff --git a/stylesheets/mobile.css b/stylesheets/mobile.css index fe39130..bb4c4e2 100644 --- a/stylesheets/mobile.css +++ b/stylesheets/mobile.css @@ -133,7 +133,11 @@ header { top: 51px; } -header span.ribbon-inner { +header a, header a:hover { + text-decoration: none; +} + +header .ribbon-inner { position: relative; display: block; background-color: #cd596b; @@ -142,7 +146,7 @@ header span.ribbon-inner { z-index: 1; } -header span.left-tail, header span.right-tail { +header .left-tail, header .right-tail { position: relative; display: block; width: 19px; @@ -153,12 +157,12 @@ header span.left-tail, header span.right-tail { z-index: 0; } -header span.left-tail { +header .left-tail { background-position: 0 0; left: 0; } -header span.right-tail { +header .right-tail { background-position: -19px 0; right: 0; } diff --git a/stylesheets/non-screen.css b/stylesheets/non-screen.css index eea5ecd..a162a27 100644 --- a/stylesheets/non-screen.css +++ b/stylesheets/non-screen.css @@ -6,30 +6,33 @@ div.shell { width: 640px; } - header { max-width:640px; margin: 0; top: 51px; } -header span.ribbon-inner { +header a, header a:hover { + text-decoration: none; +} + +header .ribbon-inner { border: 8px solid #7c334f; padding: 6px; } -header span.left-tail, header span.right-tail { +header .left-tail, header .right-tail { width: 19px; height: 10px; background: transparent url(../images/ribbon-tail-sprite-2x.png) 0 0 no-repeat; bottom: -10px; } -header span.left-tail { +header .left-tail { left: 0; } -header span.right-tail { +header .right-tail { background-position: -19px 0; right: 0; } diff --git a/stylesheets/screen.css b/stylesheets/screen.css index 7a71546..becb038 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -144,7 +144,11 @@ header { top: 38px; } -header span.ribbon-inner { +header a, header a:hover { + text-decoration: none; +} + +header .ribbon-inner { position: relative; display: block; background-color: #cd596b; @@ -153,7 +157,7 @@ header span.ribbon-inner { z-index: 1; } -header span.left-tail, header span.right-tail { +header .left-tail, header .right-tail { position: relative; display: block; width: 56px; @@ -164,12 +168,12 @@ header span.left-tail, header span.right-tail { z-index: 0; } -header span.left-tail { +header .left-tail { background-position: 0 0; left: -31px; } -header span.right-tail { +header .right-tail { background-position: -56px 0; right: -31px; }