summaryrefslogtreecommitdiff
path: root/help3xsl/online_transform.xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-24 23:16:02 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-26 13:47:54 +0200
commit7d7b5977dd278ac994a09f935ba43684cdab199a (patch)
tree7279a18cfb5ff7b2ebf8a1da6f98f1ac8ee44844 /help3xsl/online_transform.xsl
parentd5e4c4c48f6d132ee8e4c48c804809ec44e376f6 (diff)
Replace note,tip,warning with CSS flexbox
Replace <table> by <div>'s with CSS flexbox property. Independent CSS classes for each div for easier tweaking Change-Id: Idedcebc7d9d7b28738c25f4fe11314209e92576c Reviewed-on: https://gerrit.libreoffice.org/53427 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r--help3xsl/online_transform.xsl9
1 files changed, 2 insertions, 7 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 4cf2b4d6b6..39b656ef01 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -986,14 +986,9 @@
<xsl:variable name="doc" select="document($href)"/>
<xsl:apply-templates select="$doc//variable[@id=$anchor]" mode="embedded"/>
</xsl:variable>
- <!-- <p class="debug">image source: <xsl:value-of select="$imgsrc"/></p> -->
<div class="{$type}">
- <table border="0" class="{$type}" cellspacing="0" cellpadding="5">
- <tr>
- <td><img src="{$imgsrc}" alt="{$alt}" title="{$alt}"/></td>
- <td><xsl:apply-templates /></td>
- </tr>
- </table>
+ <div class="noteicon"><img src="{$imgsrc}" alt="{$alt}" title="{$alt}"/></div>
+ <div class="notetext"><p><xsl:apply-templates /></p></div>
</div>
<br/>
</xsl:template>
lue='libreoffice-24-2-6'>libreoffice-24-2-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/Makefile
AgeCommit message (Expand)Author
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05reflect gmake flavorTakeshi Abe
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe
2011-01-25CWS gnumake3: convert editeng module to gbuildMathias Bauer