Last active
March 16, 2016 15:01
-
-
Save dotspencer/47360322f4af753074f0 to your computer and use it in GitHub Desktop.
Training page helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo ""; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.group{ | |
margin-bottom: 25px !important; | |
margin-left: 15px !important; | |
padding: 0 !important; | |
padding-bottom: 10px !important; | |
border-bottom: 2px solid #E6E6E6; | |
} | |
.group .wpb_toggle{ | |
border: 0; | |
padding: 15px 25px; | |
} | |
.group .wpb_text_column{ | |
margin: 0 !important; | |
padding: 0 !important; | |
} | |
.group h3{ | |
margin-bottom: 15px; | |
} | |
.group h3 a{ | |
font-size: 18px; | |
font-weight: 400; | |
} | |
.wpb_toggle_content p{ | |
color: #555; | |
} | |
.instr{ | |
padding-right: 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment