Skip to content

Commit

Permalink
fix(links): update table of link classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Pleiss committed Nov 17, 2014
1 parent 343ce5c commit 0042edf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pivotal-ui/components/links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ There are four different kinds of links you can use to connect related content.
In most cases (unless the designer specifically asks for another type of link)
you should choose the default link.
Link | Class | Description
-------------------------------------------------------------------------------------------------------------- | ------------------ | -----------
<a class="link-text" href="http://bit.ly/1ulOAW7" target="_blank">default link</a> | | Important links
<a class="link-text link-lowlight" href="http://bit.ly/1ulOAW7" target="_blank">lowlight link</a> | `link-lowlight` | Less important links
<a class="link-text link-lowlight-alt" href="http://bit.ly/1ulOAW7" target="_blank">lowlight link alternate</a> | `link-lowlight-alt` | Less important links
<a class="link-text link-inverse bg-dark-1" href="http://bit.ly/1ulOAW7" target="_blank">inverse link</a> | `link-inverse` | I go on a non-white background
Link | Class | Description
-------------------------------------------------------------------------------------------------------------- | ---------------------------- | -----------
<a class="link-text" href="http://bit.ly/1ulOAW7" target="_blank">default link</a> | `link-text` | Important links
<a class="link-text link-lowlight" href="http://bit.ly/1ulOAW7" target="_blank">lowlight link</a> | `link-text link-lowlight` | Less important links
<a class="link-text link-lowlight-alt" href="http://bit.ly/1ulOAW7" target="_blank">lowlight link alternate</a> | `link-text link-lowlight-alt` | Less important links
<a class="link-text link-inverse bg-dark-1" href="http://bit.ly/1ulOAW7" target="_blank">inverse link</a> | `link-text link-inverse` | I go on a non-white background
```html_example
Here's a <a class="link-text link-lowlight" href="http://bit.ly/1wO7Nhv">less important link</a>
Expand Down

0 comments on commit 0042edf

Please sign in to comment.