36103b40 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5f770986
......@@ -16356,6 +16356,13 @@ p {
.entry-content ul:not(.side-menu):not(.children) li {
margin-top: 0.313rem;
}
.entry-content ul:not(.side-menu):not(.children) li a {
text-decoration: none !important;
font-weight: bold !important;
}
.entry-content ul:not(.side-menu):not(.children) li a:hover {
text-decoration: underline !important;
}
.entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) {
list-style: none;
margin-top: 0.313rem;
......@@ -16367,6 +16374,13 @@ p {
width: 1.5em;
margin-left: -1.5em;
}
.entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) li a {
text-decoration: none !important;
font-weight: bold !important;
}
.entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) li a:hover {
text-decoration: underline !important;
}
.entry-content ol {
padding-left: 2rem;
}
......@@ -19980,7 +19994,7 @@ ul.sf_date_field .sf-datepicker {
list-style: none;
padding: 0;
margin: 0;
gap: 12px;
gap: 24px;
}
@media only screen and (max-width: 67.063rem) {
.news-and-stories-block ul {
......
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.
......@@ -92,7 +92,13 @@ p{
ul:not(.side-menu):not(.children){
padding-left: 2rem;
li{
a{
text-decoration: none !important;
font-weight: bold !important;
}
a:hover{
text-decoration: underline !important;
}
margin-top: 0.313rem;
ul:not(.side-menu):not(.children){
list-style: none;
......@@ -104,6 +110,15 @@ ul:not(.side-menu):not(.children){
display: inline-block;
width: 1.5em;
margin-left: -1.5em;
}
li{
a{
text-decoration: none !important;
font-weight: bold !important;
}
a:hover{
text-decoration: underline !important;
}
}
}
}
......
......@@ -27,7 +27,7 @@
list-style: none;
padding:0;
margin:0;
gap: 12px;
gap: 24px;
@media only screen and (max-width: 67.063rem) {
flex-direction: row;
padding-left: 0px !important;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.5312
Version: 1.0.5313
*/
\ No newline at end of file
......