[yelp] [yelp-common.xsl.in] Shadow with hover highlight on div.code
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] [yelp-common.xsl.in] Shadow with hover highlight on div.code
- Date: Thu, 10 Jun 2010 16:12:50 +0000 (UTC)
commit 1ab66ed67cd5fb26a765a7a725f1d96ff046a8d6
Author: Shaun McCance <shaunm gnome org>
Date: Thu Jun 10 11:11:52 2010 -0500
[yelp-common.xsl.in] Shadow with hover highlight on div.code
I'm hoping the hover highlight will give some affordance of right-clickability.
stylesheets/yelp-common.xsl.in | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/stylesheets/yelp-common.xsl.in b/stylesheets/yelp-common.xsl.in
index 9aa0415..e773a79 100644
--- a/stylesheets/yelp-common.xsl.in
+++ b/stylesheets/yelp-common.xsl.in
@@ -58,6 +58,12 @@ div.header {
padding: 0;
margin: 0 0 1em 0;
}
+div.code {
+ -webkit-box-shadow: 0px 0px 4px </xsl:text><xsl:value-of select="$color.gray_border"/><xsl:text>;
+}
+div.code:hover {
+ -webkit-box-shadow: 0px 0px 4px </xsl:text><xsl:value-of select="$color.blue_border"/><xsl:text>;
+}
div.trails {
margin: 0;
padding: 0.2em 12px 0 12px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]