Merge branch 'master' of https://github.com/Ontraport/Skeleton into ONTRA-10423

This commit is contained in:
lorenzo 2016-02-25 09:28:35 -08:00
commit 87541e3c02

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