summaryrefslogtreecommitdiff
path: root/source/auxiliary/ru/highcontrastblack.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/auxiliary/ru/highcontrastblack.css')
-rw-r--r--source/auxiliary/ru/highcontrastblack.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/auxiliary/ru/highcontrastblack.css b/source/auxiliary/ru/highcontrastblack.css
index 9b5134c429..9e714cc4aa 100644
--- a/source/auxiliary/ru/highcontrastblack.css
+++ b/source/auxiliary/ru/highcontrastblack.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; }
option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/inc/strings.hrc
AgeCommit message (Expand)Author
2022-08-18chart2: use only one "Data Table" string to simplify translationTomaž Vajngerl
2022-08-14chart2: add UI to the data tableTomaž Vajngerl
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2019-07-30tdf#126524 Use shorter default name for unnamed data seriesGabor Kelemen
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-07-17remove the GL based 3D chartsMarkus Mohrhard
2018-01-10tdf#113572: allow switching to data range in copypasted chartVasily Melenchuk
2017-07-21migrate to boost::gettextCaolán McNamara