summaryrefslogtreecommitdiff
path: root/source/auxiliary/hr/highcontrastblack.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/auxiliary/hr/highcontrastblack.css')
-rw-r--r--source/auxiliary/hr/highcontrastblack.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/source/auxiliary/hr/highcontrastblack.css b/source/auxiliary/hr/highcontrastblack.css
index 9ccac2c16c..535d46ca5a 100644
--- a/source/auxiliary/hr/highcontrastblack.css
+++ b/source/auxiliary/hr/highcontrastblack.css
@@ -1,4 +1,22 @@
/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ OPENOFFICE.ORG 2.0 HELP +
+ HIGH CONTRAST BLACK STYLESHEET +
@@ -28,7 +46,7 @@ pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable,
{ font-weight: bold; margin-top: 0px;}
.howtogetheader
- { font-weight: bold; padding: 3px;}
+ { font-weight: bold; padding: 3px;}
h1, h2, h3, h4, h5, h6
{ margin-bottom: 5pt; }
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/paragraph
AgeCommit message (Expand)Author
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin
2015-03-06V801: Decreased performanceCaolán McNamara
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky
2014-11-26sidebar: Try to fix initial spacing valuesMaxim Monastirsky
2014-11-26Cleanup some leftovers from the line spacing popup conversionMaxim Monastirsky
2014-11-26Unused includesMaxim Monastirsky
2014-11-09More cleanupMaxim Monastirsky
2014-11-09fdo#85804 Use the new popups in the sidebar tooMaxim Monastirsky
2014-11-05callcatcher: update unused codeCaolán McNamara
2014-11-05WaE: unused variable 'UNO_LINESPACING'Tor Lillqvist
2014-11-04line spacing: Final cleanup.Jan Holesovsky
2014-11-04line spacing: Correct way of detecting the currently used units.Jan Holesovsky
2014-11-04line spacing: Enable/disable also the value's label, looks more natural.Jan Holesovsky
2014-11-04line spacing: Unused.Jan Holesovsky
2014-11-04line spacing: Finally use the reworked line spacing popup in the sidebar too.Jan Holesovsky
2014-11-04line spacing: Honor the current setting of units.Jan Holesovsky
2014-11-04line spacing: Setup the Custom value according to the current state.Jan Holesovsky
2014-11-04line spacing: Kill lots of unused stuff. Rename some member variables.Jan Holesovsky
2014-11-04line spacing: Kill the "Last value" button. Close popup when used via buttons.Jan Holesovsky
2014-11-04line spacing: Make the buttons work - they set the line spacing now.Jan Holesovsky
2014-11-04line spacing: Convert the ParaLineSpacingControl to .ui.Jan Holesovsky
2014-11-04line spacing: Change the implementation so that it can be used in toolbars.Jan Holesovsky
2014-10-30Whitespace (and other) cleanup.Jan Holesovsky
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl
2014-10-22fdo#84844 Sidebar: Use SvxColorToolBoxControl for paragraph colorMaxim Monastirsky
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-09HAS_IA2 is never definedAndras Timar
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-05resource files: remove unused definitionsThomas Arnhold
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04convert document recovery dialog to .uiCaolán McNamara