Merge pull request #30 from Ontraport/ONTRA-10925

Adding a new file for v1 templates
This commit is contained in:
david-ontraport 2016-02-12 10:19:00 -08:00
commit b832d6efda

View File

@ -0,0 +1,23 @@
/* ====================================================================================================================
@brief ONTRAPORT's skeleton extension file for V1 Templates
===================================================================================================================== */
/* =====================================================================================================================
Fonts
===================================================================================================================== */
.opt-center {
text-align: center;
}
.opt-bold.opt-bold.opt-bold {
font-weight: bold;
}
.opt-italic.opt-italic.opt-italic {
font-style: italic;
}
.opt-underline.opt-underline.opt-underline {
text-decoration: underline;
}