Update text alignment class names

This commit is contained in:
Luke Edwards 2018-11-05 09:05:13 +13:00
parent 64ec4e16e0
commit 374679f873
1 changed files with 9 additions and 9 deletions

View File

@ -93,12 +93,12 @@ body {
} }
/* LINKS */ /* LINKS */
.typography a, .typography a,
.typography a.intro { .typography a.intro {
color: #B80000; color: #B80000;
text-decoration: none; text-decoration: none;
} }
.typography a:hover { .typography a:hover {
color: #D80000; color: #D80000;
border-bottom: 1px dashed #B80000; border-bottom: 1px dashed #B80000;
} }
@ -107,7 +107,7 @@ body {
/* LIST STYLES /* LIST STYLES
-------------------------------------------- */ -------------------------------------------- */
.typography ul, .typography ul,
.typography ol, .typography ol,
.typography dl { margin: 0 0 20px 25px; } .typography dl { margin: 0 0 20px 25px; }
.typography ul li { list-style-type: disc; } /* adds disc style bullet to the list */ .typography ul li { list-style-type: disc; } /* adds disc style bullet to the list */
@ -142,20 +142,20 @@ body {
} }
/* WYSIWYG EDITOR ALIGNMENT CLASSES /* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */ -------------------------------------------- */
.typography .left { .typography .text-left {
text-align: left text-align: left
} }
.typography .center { .typography .text-center {
text-align: center text-align: center
} }
.typography .right { .typography .text-right {
text-align: right text-align: right
} }
/* IMAGES /* IMAGES
-------------------------------------------- */ -------------------------------------------- */
.typography img { .typography img {
border: 5px solid #d7d7d7; border: 5px solid #d7d7d7;
@ -265,4 +265,4 @@ body {
address { address {
display: block; display: block;
margin-bottom: 20px; margin-bottom: 20px;
} }