Skip to content
Snippets Groups Projects
Commit 74d41a6d authored by Josef Glatz's avatar Josef Glatz Committed by Georg Ringer
Browse files

[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: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 50ba32d2
Branches
Tags
No related merge requests found
/*
* 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;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment