678a58f4 by Jeff Balicki

ee

1 parent 497e5e47
This diff could not be displayed because it is too large.
......@@ -94,10 +94,8 @@ p {
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
......@@ -388,10 +386,6 @@ legend + * {
padding: 0;
}
::-webkit-file-upload-button {
font: inherit;
}
::file-selector-button {
font: inherit;
}
......
This diff could not be displayed because it is too large.
......@@ -102,7 +102,7 @@ table tr td{
width: 100%;
}
strong{
font-size: 20px;
font-size: 18px;
}
}
......@@ -120,7 +120,7 @@ table tr:nth-child(even){background-color: #F3F3F3;}
}
strong {
font-family: "Calibri-bold";
font-size: 20px;
font-size: 18px;
}
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30364
Version: 1.1.30365
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......