summaryrefslogtreecommitdiff
path: root/source/auxiliary/sid/highcontrast1.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/auxiliary/sid/highcontrast1.css')
-rw-r--r--source/auxiliary/sid/highcontrast1.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/auxiliary/sid/highcontrast1.css b/source/auxiliary/sid/highcontrast1.css
index 3756c99bde..b5e23c0b0b 100644
--- a/source/auxiliary/sid/highcontrast1.css
+++ b/source/auxiliary/sid/highcontrast1.css
@@ -52,7 +52,7 @@ h1, h2, h3, h4, h5, h6
{ margin-bottom: 5pt; }
p, td
- { font-size: 10pt; }
+ { font-size: 11pt; }
h1
{ font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;}
@@ -64,7 +64,7 @@ h3
{ font-size: 12pt; }
h4, h5, h6
- { font-size: 10pt; }
+ { font-size: 11pt; }
.relatedtopics
{ font-weight: normal; }
t'>feature/themesupport LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/test_docs/documents/valid_ooo3_0_doc_macro.odt
/td>
AgeCommit message (Expand)Author
loplugin:stringviewparam check methods tooNoel
2020-11-13tdf#123936 Formatting files in module basic with clang-formatPhilipp Hofer
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-09-21update pchesCaolán McNamara
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman
2020-07-30fix commentNoel Grandin
2020-07-30fix shutdown crash in basicNoel Grandin
2020-07-12update pchesCaolán McNamara
2020-04-26update pchesCaolán McNamara
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-02-08move some headers inside basicNoel Grandin
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-14loplugin:finalclasses in basic..emfioNoel Grandin
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski
2019-12-21Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-05make some classes module-privateNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen
2018-11-17Adapt to C++2a char_tStephan Bergmann