678a58f4 by Jeff Balicki

ee

1 parent 497e5e47
This diff could not be displayed because it is too large.
...@@ -94,10 +94,8 @@ p { ...@@ -94,10 +94,8 @@ p {
94 94
95 abbr[title], 95 abbr[title],
96 abbr[data-bs-original-title] { 96 abbr[data-bs-original-title] {
97 -webkit-text-decoration: underline dotted;
98 text-decoration: underline dotted; 97 text-decoration: underline dotted;
99 cursor: help; 98 cursor: help;
100 -webkit-text-decoration-skip-ink: none;
101 text-decoration-skip-ink: none; 99 text-decoration-skip-ink: none;
102 } 100 }
103 101
...@@ -388,10 +386,6 @@ legend + * { ...@@ -388,10 +386,6 @@ legend + * {
388 padding: 0; 386 padding: 0;
389 } 387 }
390 388
391 ::-webkit-file-upload-button {
392 font: inherit;
393 }
394
395 ::file-selector-button { 389 ::file-selector-button {
396 font: inherit; 390 font: inherit;
397 } 391 }
......
This diff could not be displayed because it is too large.
...@@ -102,7 +102,7 @@ table tr td{ ...@@ -102,7 +102,7 @@ table tr td{
102 width: 100%; 102 width: 100%;
103 } 103 }
104 strong{ 104 strong{
105 font-size: 20px; 105 font-size: 18px;
106 } 106 }
107 } 107 }
108 108
...@@ -120,7 +120,7 @@ table tr:nth-child(even){background-color: #F3F3F3;} ...@@ -120,7 +120,7 @@ table tr:nth-child(even){background-color: #F3F3F3;}
120 } 120 }
121 strong { 121 strong {
122 font-family: "Calibri-bold"; 122 font-family: "Calibri-bold";
123 font-size: 20px; 123 font-size: 18px;
124 } 124 }
125 } 125 }
126 } 126 }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.30364 8 Version: 1.1.30365
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......