From 74d41a6dc4c67ca6bcfe2b5ef7bedc7b9342b8a7 Mon Sep 17 00:00:00 2001 From: Josef Glatz <josefglatz@gmail.com> Date: Wed, 7 Jun 2017 22:09:02 +0200 Subject: [PATCH] [TASK] Remove last LESS file Remove the last LESS file after the switch to SCSS. Resolves: #81509 Releases: master Change-Id: I24138144497c60e018b5612bce3624b631ac6d0b Reviewed-on: https://review.typo3.org/53165 Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> --- .../Resources/Private/Less/styles.less | 94 ------------------- 1 file changed, 94 deletions(-) delete mode 100644 typo3/sysext/linkvalidator/Resources/Private/Less/styles.less diff --git a/typo3/sysext/linkvalidator/Resources/Private/Less/styles.less b/typo3/sysext/linkvalidator/Resources/Private/Less/styles.less deleted file mode 100644 index 741d06c1c48d..000000000000 --- a/typo3/sysext/linkvalidator/Resources/Private/Less/styles.less +++ /dev/null @@ -1,94 +0,0 @@ -/* - * This file is part of the TYPO3 CMS project. - * - * It is free software; you can redistribute it and/or modify it under - * the terms of the GNU General Public License, either version 2 - * of the License, or any later version. - * - * For the full copyright and license information, please read the - * LICENSE.txt file that was distributed with this source code. - * - * The TYPO3 project - inspiring people to share! - */ - -/* - - - - - - - - - - - - - - - - - - - - - -Info > Linkvalidator -- - - - - - - - - - - - - - - - - - - - - */ - -.linkvalidator-function-menu { - margin-bottom: 25px; - margin-left: 25px; - margin-top: 0; - float: left; - - input { - margin-left: 5px; - } - - div { - margin-top: 11px; - } -} - -.linkvalidator-check-options { - float: left; - display: block; - margin-top: 0px; - width: 225px; - - div { - float: left; - } -} - -.linkvalidator-button { - clear: both; -} - -#linkvalidator-statistics-table { - width: 230px; - margin-top: 5px; - margin-bottom: 14px; - - th { - td.number { - padding-top: 4px; - } - } - - td { - border-left: 1px solid white; - vertical-align: middle; - } - - td:first-child { - border-left: none; - } - - td.number { - padding-right: 6px; - text-align: center; - } - - span { - vertical-align: middle; - } -} - -#linkvalidator-broken-links-table { - td { - border-left: 1px solid white; - - span.valid { - color: green; - } - - span.error { - color: red; - } - } - - td:first-child { - border-left: none; - } -} -- GitLab