[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/docs
Matthias Seidel
mseidel at apache.org
Wed Mar 1 00:08:28 UTC 2017
odk/docs/common/ref/idl.css | 9 ++++-----
odk/docs/cpp/ref/cpp.css | 9 ++++-----
odk/docs/images/bg_table.png |binary
odk/docs/tools.html | 2 +-
4 files changed, 9 insertions(+), 11 deletions(-)
New commits:
commit 995c892201e3aea41aae920348abfa1fde02a39d
Author: Matthias Seidel <mseidel at apache.org>
Date: Tue Feb 28 23:05:15 2017 +0000
Minor changes in HTML and CSS
diff --git a/odk/docs/common/ref/idl.css b/odk/docs/common/ref/idl.css
index d5c4894..a69e416 100644
--- a/odk/docs/common/ref/idl.css
+++ b/odk/docs/common/ref/idl.css
@@ -24,12 +24,11 @@
/*See bottom of file for explanations.*/
-body { background-color:#ffffff; }
+body { color:#333333; background-color:#ffffff; }
-#adc-idlref a { text-decoration: none; }
-#adc-idlref a:link { color: #0e85cd; }
-#adc-idlref a:visited { color: #638093; }
-#adc-idlref a:active { color: #4dadea; }
+#adc-idlref a:link { color: #107EC0; text-decoration: none; }
+#adc-idlref a:visited { color: #638093; text-decoration: none; }
+#adc-idlref a:hover { color: #107EC0; text-decoration: underline; }
#adc-idlref h3
{ font-size:13pt; font-weight:bold;
diff --git a/odk/docs/cpp/ref/cpp.css b/odk/docs/cpp/ref/cpp.css
index 98aa3d0..a2feb13 100644
--- a/odk/docs/cpp/ref/cpp.css
+++ b/odk/docs/cpp/ref/cpp.css
@@ -22,12 +22,11 @@
/* Autodoc css file for C++ documentation */
-body { background-color:#ffffff; }
+body { color:#333333; background-color:#ffffff; }
-#adc-cppref a { text-decoration: none; }
-#adc-cppref a:link { color: #0e85cd; }
-#adc-cppref a:visited { color: #638093; }
-#adc-cppref a:active { color: #4dadea; }
+#adc-cppref a:link { color: #107EC0; text-decoration: none; }
+#adc-cppref a:visited { color: #638093; text-decoration: none; }
+#adc-cppref a:hover { color: #107EC0; text-decoration: underline; }
#adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
#adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; }
diff --git a/odk/docs/images/bg_table.png b/odk/docs/images/bg_table.png
index eb5d4f2..1cb4c1e 100644
Binary files a/odk/docs/images/bg_table.png and b/odk/docs/images/bg_table.png differ
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 9698354..92e4baa 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -1016,7 +1016,7 @@
</blockquote>
<p class="head2">Options:</p>
<p>
- <table width="100%" border="1" cellpadding="4" cellspacing="0">
+ <table class="table4">
<tr>
<td class="cell15"><code>-v <VerboseNr></code></td>
<td class="cell85"><VerboseNr> == 5 displays the parsed source
More information about the Libreoffice-commits
mailing list