[yelp-xsl] html.xsl: Changed the marker for expander sections again
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] html.xsl: Changed the marker for expander sections again
- Date: Sat, 27 Oct 2012 20:38:47 +0000 (UTC)
commit 46ec34f61f2a1fbda989f784f1d1c05abc9a4de5
Author: Shaun McCance <shaunm gnome org>
Date: Sat Oct 27 16:38:20 2012 -0400
html.xsl: Changed the marker for expander sections again
xslt/common/html.xsl | 10 +++++++---
xslt/mallard/html/mal2html-api.xsl | 1 -
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index a6e7161..00a8613 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -1314,15 +1314,19 @@ div.media-ttml-p {
div.yelp-data { display: none; }
div.ui-expander > div.inner > div.title span.title:before,
div.ui-expander > div.inner > div.hgroup span.title:before {
- font-size: 1.2em;
+ font-size: 2em;
font-weight: normal;
- content: "â";
+ content: "â";
+ display: inline-block;
+ line-height: 0.2em;
+ vertical-align: bottom;
color: </xsl:text><xsl:value-of select="$color.link"/><xsl:text>;
}
div.ui-expander-c > div.inner > div.hgroup { border-bottom: none; }
div.ui-expander-e > div.inner > div.title span.title:before,
div.ui-expander-e > div.inner > div.hgroup span.title:before {
- content: "â";
+ content: "â";
+ vertical-align: top;
}
div.ui-expander > div.inner > div.title:hover,
div.ui-expander > div.inner > div.hgroup:hover * {
diff --git a/xslt/mallard/html/mal2html-api.xsl b/xslt/mallard/html/mal2html-api.xsl
index 9b67e52..9da0c8e 100644
--- a/xslt/mallard/html/mal2html-api.xsl
+++ b/xslt/mallard/html/mal2html-api.xsl
@@ -18,7 +18,6 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:mal="http://projectmallard.org/1.0/"
- xmlns:ui="http://projectmallard.org/experimental/ui/"
xmlns:e="http://projectmallard.org/experimental/"
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:exsl="http://exslt.org/common"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]