forked from Ponysearch/Ponysearch
[enh] build css after less file changes
This commit is contained in:
parent
ceedab6aed
commit
f47e6fc0f8
4 changed files with 4 additions and 4 deletions
|
@ -172,7 +172,7 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
||||||
.result-videos,
|
.result-videos,
|
||||||
.result-map {
|
.result-map {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 2px 4px;
|
padding: 1em 4px;
|
||||||
}
|
}
|
||||||
.result-default:hover,
|
.result-default:hover,
|
||||||
.result-code:hover,
|
.result-code:hover,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -145,7 +145,7 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
||||||
.result-videos,
|
.result-videos,
|
||||||
.result-map {
|
.result-map {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding: 2px 4px;
|
padding: 1em 4px;
|
||||||
}
|
}
|
||||||
.result-default:hover,
|
.result-default:hover,
|
||||||
.result-code:hover,
|
.result-code:hover,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue