[yelp-xsl: 5/5] Merging new Mallard Conditional from wip/if-1-0



commit 5c258a3f8bc319c97be458b9a9c36e49b31170e0
Merge: 2c435ef 69eff98
Author: Shaun McCance <shaunm gnome org>
Date:   Fri Feb 17 17:53:08 2012 -0500

    Merging new Mallard Conditional from wip/if-1-0

 xslt/common/html.xsl                 |   18 +-
 xslt/mallard/common/mal-if.xsl       |  288 +++++++++++++++++++++------------
 xslt/mallard/html/mal2html-block.xsl |  121 ++++++++++-----
 xslt/mallard/html/mal2html-list.xsl  |   77 ++++++++--
 xslt/mallard/html/mal2html-media.xsl |   27 +++-
 xslt/mallard/html/mal2html-page.xsl  |   30 +++-
 xslt/mallard/html/mal2html-svg.xsl   |   20 ++-
 xslt/mallard/html/mal2html-table.xsl |    6 +-
 xslt/mallard/html/mal2html.xsl       |    7 +-
 xslt/mallard/html/mal2xhtml.xsl      |    6 +-
 10 files changed, 416 insertions(+), 184 deletions(-)
---
diff --cc xslt/common/html.xsl
index c957d51,9bf892b..3fd4e95
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@@ -800,11 -797,8 +800,11 @@@ a img { border: none; 
      margin-right: 0;
    }
    div.trails {
-     padding: 6px;
+     padding: 12px;
    }
 +  li {
 +    margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 1.44em;
 +  }
  }
  </xsl:text>
  </xsl:template>
@@@ -1266,14 -1255,12 +1266,14 @@@ div.ui-expander > div.inner > div.hgrou
  }
  @media only screen and (max-width: 400px) {
    div.links {
-     margin-left: 6px;
-     margin-right: 6px;
+     margin-left: 12px;
+     margin-right: 12px;
    } 
    li.links { padding: 0; }
 +  div.body > div.region > div.contents > div.example,
    div.body > div.region > div.contents > div.steps,
    div.body > div.region > div.contents > div.note,
 +  div.body > div.region > div.sect > div.inner > div.region > div.contents > div.example,
    div.body > div.region > div.sect > div.inner > div.region > div.contents > div.steps,
    div.body > div.region > div.sect > div.inner > div.region > div.contents > div.note {
      margin-left: 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]