configure.ac | 2 +- loleaflet/css/loleaflet.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-)
New commits: commit 441819d4c13ad9fa018a4105b3ab38a18d16488f Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Tue Jul 30 09:20:29 2019 +0200 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Tue Jul 30 09:20:46 2019 +0200 Release 6.2.6 diff --git a/configure.ac b/configure.ac index 6e4fb5755..5aebd9ba5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) -AC_INIT([loolwsd], [6.2.5.0], [[email protected]]) +AC_INIT([loolwsd], [6.2.6.0], [[email protected]]) LT_INIT([shared, disable-static, dlopen]) AM_INIT_AUTOMAKE([1.10 subdir-objects tar-pax -Wno-portability]) commit 0d8f08062c0ef1e58f3b19266ae1a5280fd1e5ed Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Tue Jul 30 09:00:15 2019 +0200 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Tue Jul 30 09:02:00 2019 +0200 Remove space below ruler This breaks cursor positioning with the mouse. Was introduced with 0576a3cced4c27be940a831d6735ece533a2a47d Change-Id: I85abca224d2bc9d365443bd87c6793db1900e2a4 diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css index f345a3cdd..f53adfbbd 100644 --- a/loleaflet/css/loleaflet.css +++ b/loleaflet/css/loleaflet.css @@ -31,10 +31,6 @@ cursor: default; } -.hasruler { - padding-top: 16px; -} - .scroll-container .mCSB_scrollTools.mCSB_1_scrollbar { position: absolute; z-index: 1000; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
