Replace absolute_url
with relative_url
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
title: "Utility Classes"
|
||||
permalink: /docs/utility-classes/
|
||||
excerpt: "CSS classes for aligning text/image, styling buttons and notices, and more."
|
||||
last_modified_at: 2017-10-20T12:36:34-04:00
|
||||
last_modified_at: 2018-03-20T16:00:15-04:00
|
||||
toc: true
|
||||
toc_label: "Utility Classes"
|
||||
toc_icon: "gears"
|
||||
@ -69,7 +69,7 @@ No wrap text.
|
||||
|
||||
Position images with the following classes.
|
||||
|
||||
{: .align-center}
|
||||
{: .align-center}
|
||||
|
||||
The image above happens to be **centered**.
|
||||
|
||||
@ -79,7 +79,7 @@ The image above happens to be **centered**.
|
||||
|
||||
---
|
||||
|
||||
{: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. There should be plenty of room above, below, and to the right of the image. Just look at him there --- Hey guy! Way to rock that left side. I don't care what the right aligned image says, you look great. Don't let anyone else tell you differently.
|
||||
{: .align-left} The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is **left aligned**. There should be plenty of room above, below, and to the right of the image. Just look at him there --- Hey guy! Way to rock that left side. I don't care what the right aligned image says, you look great. Don't let anyone else tell you differently.
|
||||
|
||||
```markdown
|
||||
{: .align-left}
|
||||
@ -87,7 +87,7 @@ The image above happens to be **centered**.
|
||||
|
||||
---
|
||||
|
||||
{: .align-right}
|
||||
{: .align-right}
|
||||
|
||||
And now we're going to shift things to the **right align**. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there --- Hey guy! Way to rock that right side. I don't care what the left aligned image says, you look great. Don't let anyone else tell you differently.
|
||||
|
||||
@ -97,7 +97,7 @@ And now we're going to shift things to the **right align**. Again, there should
|
||||
|
||||
---
|
||||
|
||||

|
||||

|
||||
{: .full}
|
||||
|
||||
The image above should extend outside of the parent container on right.
|
||||
|
Reference in New Issue
Block a user