[yelp-xsl] html.xsl: More mobile style tweaks



commit 38fcaf1f2a6692213da9ad42c49cccdccfc2447b
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Jan 23 15:11:11 2012 -0500

    html.xsl: More mobile style tweaks

 xslt/common/html.xsl |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index c58cd7f..54d83fa 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -802,6 +802,9 @@ a img { border: none; }
   div.trails {
     padding: 6px;
   }
+  li {
+    margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 1.44em;
+  }
 }
 </xsl:text>
 </xsl:template>
@@ -1267,8 +1270,10 @@ div.ui-expander > div.inner > div.hgroup > .subtitle {
     margin-right: 6px;
   } 
   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;
@@ -1288,7 +1293,8 @@ div.ui-expander > div.inner > div.hgroup > .subtitle {
     max-width: none;
     margin-left: inherit;
     margin-right: inherit;
-    padding: inherit;
+    padding-left: inherit;
+    padding-right: inherit;
   }
   div.note-sidebar > div.inner > div.title,
   div.note-sidebar > div.inner > div.region > div.contents {



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