summaryrefslogtreecommitdiff
path: root/help3
diff options
context:
space:
mode:
Diffstat (limited to 'help3')
-rw-r--r--help3/xhpeditor/index.php2
-rw-r--r--help3/xhpeditor/xhpeditor.css6
2 files changed, 4 insertions, 4 deletions
diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index 29a31fdb..a05cba97 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 83e7ea01..b5ba09f2 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;