7e67233d by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent cd23ef9f
......@@ -17709,14 +17709,17 @@ p {
.entry-content p + ul {
margin-top: 0.938rem !important;
}
.entry-content p a:hover {
.entry-content p a {
font-weight: bold;
text-decoration: none;
}
.entry-content p a:hover {
text-decoration: underline;
}
.entry-content ul:not(.side-menu):not(.children) {
padding-left: 2rem;
}
.entry-content ul:not(.side-menu):not(.children) li {
color: #4D4D4D;
margin-top: 0.313rem;
}
.entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) {
......@@ -17725,7 +17728,6 @@ p {
}
.entry-content ul:not(.side-menu):not(.children) li ul:not(.side-menu):not(.children) li:before {
content: "-";
color: #4D4D4D;
font-weight: bold;
display: inline-block;
width: 1.5em;
......@@ -17735,7 +17737,6 @@ p {
padding-left: 2rem;
}
.entry-content ol li {
color: #4D4D4D;
margin-top: 0.313rem;
}
.entry-content .wp-block-pullquote {
......@@ -20830,7 +20831,7 @@ ul.sf_date_field .sf-datepicker {
text-decoration: underline;
}
.relevant-resources #relevant-resources td .rel p {
margin-top: 15px;
margin-top: 8px;
margin-bottom: 0px;
padding-bottom: 0px;
text-decoration: none;
......
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.
......@@ -58,21 +58,25 @@ p + ul{
margin-top:.938rem !important;
}
p{
a:hover{
a{
font-weight: bold;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
}
ul:not(.side-menu):not(.children){
padding-left: 2rem;
li{
color: #4D4D4D;
margin-top: 0.313rem;
ul:not(.side-menu):not(.children){
list-style: none;
margin-top: 0.313rem;
li:before{
content: "-";
color: #4D4D4D;
font-weight: bold;
display: inline-block;
width: 1.5em;
......@@ -85,7 +89,7 @@ ul:not(.side-menu):not(.children){
ol{
padding-left: 2rem;
li{
color: #4D4D4D;
margin-top: 0.313rem;
}
......
......@@ -75,7 +75,7 @@
}
}
p {
margin-top: 15px;
margin-top: 8px;
margin-bottom: 0px;
padding-bottom: 0px;
text-decoration: none;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.494
Version: 1.0.495
*/
......