ed329479 by Jeff Balicki

links

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a4a124ac
......@@ -17696,6 +17696,9 @@ p {
.entry-content p + ul {
margin-top: 0.938rem !important;
}
.entry-content p a:hover {
text-decoration: none;
}
.entry-content ul:not(.side-menu):not(.children) {
padding-left: 2rem;
}
......
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.
......@@ -57,6 +57,11 @@ h1+p{
p + ul{
margin-top:.938rem !important;
}
p{
a:hover{
text-decoration: none;
}
}
ul:not(.side-menu):not(.children){
padding-left: 2rem;
li{
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.448
Version: 1.0.44
*/
......