31c973dd by Jeff Balicki

eee

1 parent ba896b50
...@@ -17204,6 +17204,10 @@ ss3-force-full-width { ...@@ -17204,6 +17204,10 @@ ss3-force-full-width {
17204 max-width: unset !important; 17204 max-width: unset !important;
17205 } 17205 }
17206 17206
17207 body {
17208 font-family: "Calibri";
17209 }
17210
17207 #wrapper-navbar.sub { 17211 #wrapper-navbar.sub {
17208 position: fixed; 17212 position: fixed;
17209 width: 100%; 17213 width: 100%;
...@@ -17281,7 +17285,6 @@ ss3-force-full-width { ...@@ -17281,7 +17285,6 @@ ss3-force-full-width {
17281 padding-bottom: 10px; 17285 padding-bottom: 10px;
17282 } 17286 }
17283 #full-width-page-wrapper.sub table { 17287 #full-width-page-wrapper.sub table {
17284 font-family: Arial, Helvetica, sans-serif;
17285 border-collapse: collapse; 17288 border-collapse: collapse;
17286 width: 100%; 17289 width: 100%;
17287 } 17290 }
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 body{
2 font-family:'Calibri';
3 }
1 #wrapper-navbar.sub { 4 #wrapper-navbar.sub {
2 position: fixed; 5 position: fixed;
3 width: 100%; 6 width: 100%;
...@@ -74,7 +77,6 @@ li{ ...@@ -74,7 +77,6 @@ li{
74 padding-bottom:10px; 77 padding-bottom:10px;
75 } 78 }
76 table { 79 table {
77 font-family: Arial, Helvetica, sans-serif;
78 border-collapse: collapse; 80 border-collapse: collapse;
79 width: 100%; 81 width: 100%;
80 } 82 }
......
...@@ -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.30362 8 Version: 1.1.30363
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
......