summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2017-08-24 11:32:38 -0400
committerShaun McCance <shaunm@gnome.org>2017-08-24 11:33:59 -0400
commit9ef130bd5e6a15b5868add9956cb5cc5218e83e9 (patch)
tree52023a70d030d0953a1f5540bd21f0e0fa96047c /xslt
parent6fa54e3e624cb421fe593c2e92aacf0e3c1c5fb4 (diff)
downloadyelp-xsl-9ef130bd5e6a15b5868add9956cb5cc5218e83e9.tar.gz
html.xsl: Small cleanup on some note CSS
Diffstat (limited to 'xslt')
-rw-r--r--xslt/common/html.xsl16
1 files changed, 2 insertions, 14 deletions
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index da7cca67..68f23054 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -1411,24 +1411,12 @@ div.note-danger > svg .yelp-svg-fill {
50% { fill: </xsl:text><xsl:value-of select="$color.gray"/><xsl:text> }
to { fill: </xsl:text><xsl:value-of select="$color.red"/><xsl:text> }
}
-
-
div.note-sidebar {
float: </xsl:text><xsl:value-of select="$right"/><xsl:text>;
- max-width: 40%;
- margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 6px;
+ max-width: 206px;
+ margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: 20px;
padding: 6px;
}
-div.note-sidebar > div.inner { background-image: none; }
-div.note-sidebar > div.inner > div.title { margin-</xsl:text>
- <xsl:value-of select="$left"/><xsl:text>: 0px; }
-div.note-sidebar > div.inner > div.region > div.contents { margin-</xsl:text>
- <xsl:value-of select="$left"/><xsl:text>: 0px; }
-div.note-plain > div.inner { background-image: none; }
-div.note-plain > div.inner > div.title { margin-</xsl:text>
- <xsl:value-of select="$left"/><xsl:text>: 0px; }
-div.note-plain > div.inner > div.region > div.contents { margin-</xsl:text>
- <xsl:value-of select="$left"/><xsl:text>: 0px; }
div.quote {
padding: 0;
min-height: </xsl:text>