summaryrefslogtreecommitdiff
path: root/source/auxiliary/uk/highcontrast2.css
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-04-26 05:13:32 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-04-26 05:13:32 -0500
commitf986a76171ac9fcd45f5996dc9fc3ac31f46dd31 (patch)
treeab35096ab334f5f8d2cdc7f95a1ca6f1fbfa41a8 /source/auxiliary/uk/highcontrast2.css
parent623d809593d6b7ceb9e44ea8e198cc8067c0119a (diff)
tdf#107193 tdf#107436 Increase body size to 11 pt
Change-Id: I2504884668815682a6f3487c49ed994d5cbff253
Diffstat (limited to 'source/auxiliary/uk/highcontrast2.css')
-rw-r--r--source/auxiliary/uk/highcontrast2.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/auxiliary/uk/highcontrast2.css b/source/auxiliary/uk/highcontrast2.css
index fd4f2ab032..5771606a12 100644
--- a/source/auxiliary/uk/highcontrast2.css
+++ b/source/auxiliary/uk/highcontrast2.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; }
eoffice-24-2-0'>libreoffice-24-2-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tphfedit.hxx
AgeCommit message (Expand)Author
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara
2018-10-04replace sclo-ScExtIButton with MenuButtonCaolán McNamara
2018-06-29loplugin:useuniqueptr in ScEditWindowNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2017-10-27loplugin:finalclasses in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-04-10ScPopupMenu is now unusedCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-11-13sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-23convert Link<> to typedNoel Grandin
2015-09-23convert Link<> to typedNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-05-19Typo: SetCharAttriutes->SetCharAttributesJulien Nabet
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-09vcl: VclPtr conversion in scNoel Grandin