ed329479 by Jeff Balicki

links

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a4a124ac
...@@ -17696,6 +17696,9 @@ p { ...@@ -17696,6 +17696,9 @@ p {
17696 .entry-content p + ul { 17696 .entry-content p + ul {
17697 margin-top: 0.938rem !important; 17697 margin-top: 0.938rem !important;
17698 } 17698 }
17699 .entry-content p a:hover {
17700 text-decoration: none;
17701 }
17699 .entry-content ul:not(.side-menu):not(.children) { 17702 .entry-content ul:not(.side-menu):not(.children) {
17700 padding-left: 2rem; 17703 padding-left: 2rem;
17701 } 17704 }
......
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{ ...@@ -57,6 +57,11 @@ h1+p{
57 p + ul{ 57 p + ul{
58 margin-top:.938rem !important; 58 margin-top:.938rem !important;
59 } 59 }
60 p{
61 a:hover{
62 text-decoration: none;
63 }
64 }
60 ul:not(.side-menu):not(.children){ 65 ul:not(.side-menu):not(.children){
61 padding-left: 2rem; 66 padding-left: 2rem;
62 li{ 67 li{
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.448 5 Version: 1.0.44
6 */ 6 */
7 7
......