diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-02-20 20:49:05 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-02-21 12:40:58 +0100 |
commit | 197930c8b95d59a9ac099b58672fa66e6d87bca4 (patch) | |
tree | 1799c625ecde02c84ec3d260fd24267c9a55ad5a /help3xsl | |
parent | bf2dff69f84ad28836924d3bf311910248aca1f9 (diff) |
Remove very old unused CSS
Change-Id: I8af3443fb8db832ac2fc9a88dfb6fd779d3475ed
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89163
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index fe70e4262d..a0d8fccee7 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -278,10 +278,6 @@ h6 { .wide { width: 100%; } -.topalign { - vertical-align: top; - border: 1px; -} .bug { color: red; } @@ -301,17 +297,6 @@ h6 { margin-bottom: 15px; } -.infopage { - color: green; - font-size: 1.33rem; - font-weight: bold; -} -.topmenu { - font-size: 1rem; - font-weight: bold; - padding: 1px; - border: solid 1px #148603; -} #DisplayArea { background-color: #FCFCFC; overflow: auto; @@ -423,11 +408,6 @@ footer { footer p { font-size: 0.98rem; } -.gsc-control-cse { - border-color: transparent !important; - background-color: transparent !important; - padding: 3px 0 0 0 !important; -} .contents-treeview input[type=checkbox], aside input[type=checkbox] { /* from .visuallyhidden class of html5-boilerplate */ border: 0; |