Adding a new file for v1 templates

This commit is contained in:
David 2016-02-12 10:14:59 -08:00
parent 91d03f4cec
commit 332f638a56

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;
}