This repository has been archived by the owner on Apr 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from AusDTO/feature/improve-callouts-doco
Feature/improve callouts doco Thanks @klepas :) Will just need your help with the template for UI-Kit.
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{% assign ID = "callouts" %} | ||
|
||
{% capture content %} | ||
- You can use these classes on paragraphs or a wrapping element, like an `<aside>` or a `<div>`. | ||
- Use the `.callout--calendar` to highlight an important date, but use the [Calendar table pattern](/patterns/calendar-table) for a table of dates. | ||
- You can use callout classes on paragraphs or a wrapping element, for example `<aside>` or `<div>`. | ||
- Use the `.callout--calendar` to highlight an important date. For more than 1 date use the [calendar table pattern](/patterns/calendar-table). | ||
{% endcapture %} | ||
|
||
{% include guidance.liquid content = content ID = ID %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters