Skip to content

Commit

Permalink
Merge pull request #59 from open-sausages/pulls/3.2/in-the-box-to-the…
Browse files Browse the repository at this point in the history
…-left

Update text alignment class names
  • Loading branch information
dnsl48 authored Nov 11, 2018
2 parents 64ec4e1 + 374679f commit ca2e630
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ body {
}

/* LINKS */
.typography a,
.typography a,
.typography a.intro {
color: #B80000;
text-decoration: none;
}
.typography a:hover {
.typography a:hover {
color: #D80000;
border-bottom: 1px dashed #B80000;
}
Expand All @@ -107,7 +107,7 @@ body {

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ul,
.typography ol,
.typography dl { margin: 0 0 20px 25px; }
.typography ul li { list-style-type: disc; } /* adds disc style bullet to the list */
Expand Down Expand Up @@ -142,20 +142,20 @@ body {
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES
/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
.typography .text-left {
text-align: left
}
.typography .center {
.typography .text-center {
text-align: center
}
.typography .right {
.typography .text-right {
text-align: right
}


/* IMAGES
/* IMAGES
-------------------------------------------- */
.typography img {
border: 5px solid #d7d7d7;
Expand Down Expand Up @@ -265,4 +265,4 @@ body {
address {
display: block;
margin-bottom: 20px;
}
}

0 comments on commit ca2e630

Please sign in to comment.