We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a67ae commit 2705f81Copy full SHA for 2705f81
gitlab/webstandard.sh
@@ -82,7 +82,7 @@ if [ "$TEST" = "w3cval" ]; then
82
rm -f localhost/domjudge/jury/config/check/phpinfo*
83
# We need any value for bs-gutter-x to calculate with in CSS
84
for f in $(find ./ -name "style_domjudge.css*"); do
85
- sed -i 's/:root {/:root {--bs-gutter-x: 0em;/g' $f
+ sed -i 's/var(--bs-gutter-x)/1em/g' $f
86
done
87
section_end upstream_problems
88
0 commit comments