blob: 8ad861c31d76c697a7c7d21dad3bcb344e905b94 [file] [log] [blame]
/* Copyright 2022 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
html {
scroll-behavior: smooth;
}
.info-div {
padding-bottom: 15px;
width: 100%;
}
.info-table {
width: 100%;
}
#script-cache-header {
font-weight: bold;
text-align: center;
}
#script-start-parameters {
text-align: center;
}
#script-fetching-table {
padding-bottom: 10px;
}
button:hover {
cursor: pointer;
}
h2 {
font-size: 1em;
text-align: center;
}