31c973dd by Jeff Balicki

eee

1 parent ba896b50
......@@ -17204,6 +17204,10 @@ ss3-force-full-width {
max-width: unset !important;
}
body {
font-family: "Calibri";
}
#wrapper-navbar.sub {
position: fixed;
width: 100%;
......@@ -17281,7 +17285,6 @@ ss3-force-full-width {
padding-bottom: 10px;
}
#full-width-page-wrapper.sub table {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
......
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.
body{
font-family:'Calibri';
}
#wrapper-navbar.sub {
position: fixed;
width: 100%;
......@@ -74,7 +77,6 @@ li{
padding-bottom:10px;
}
table {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30362
Version: 1.1.30363
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......