[Libreoffice-commits] dev-tools.git: help3/xhpeditor
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 16 13:42:22 UTC 2020
help3/xhpeditor/index.php | 2 +-
help3/xhpeditor/xhpeditor.css | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit c166a57055e33f1723af70a4c82cdd191406e664
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Jan 16 09:36:17 2020 -0300
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Thu Jan 16 14:42:04 2020 +0100
xhpeditor fixes in CSS
Change-Id: I5129a1bcbf0b88c90464643a549c2813521bfc1b
Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/86921
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index 29a31fd..a05cba9 100644
--- a/help3/xhpeditor/index.php
+++ b/help3/xhpeditor/index.php
@@ -17,7 +17,7 @@ $xhp = $_POST["xhpdoc"];
<title>LibreOffice Documentation XHP Editor</title>
<link rel="shortcut icon" href="favicon.ico"/>
<link type="text/css" rel="stylesheet" href="xhpeditor.css">
- <link type="text/css" rel="stylesheet" href="DisplayArea.css.css">
+ <link type="text/css" rel="stylesheet" href="DisplayArea.css">
<link type="text/css" rel="stylesheet" href="lib/codemirror.css">
<link type="text/css" rel="stylesheet" href="addon/hint/show-hint.css">
<link type="text/css" rel="stylesheet" href="helpcontent2/help3xsl/normalize.css">
diff --git a/help3/xhpeditor/xhpeditor.css b/help3/xhpeditor/xhpeditor.css
index 83e7ea0..b5ba09f 100644
--- a/help3/xhpeditor/xhpeditor.css
+++ b/help3/xhpeditor/xhpeditor.css
@@ -15,9 +15,9 @@
}
.CodeMirror {
- border: 1px solid #eee;
- height: auto;
-}
+ border: 1px solid #eee;
+ resize: vertical;
+ }
.buttonrow{
margin-top:5px;
More information about the Libreoffice-commits
mailing list