diff options
| author | Bardi Harborow <[email protected]> | 2017-02-27 21:42:26 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2017-02-27 21:51:26 +1100 |
| commit | e8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65 (patch) | |
| tree | 3d9df2538349da405e6dfa7837e5532ce07435f0 /docs/content | |
| parent | 312522529ccdd9ff98bf95e1e4ec18910406e47e (diff) | |
| download | bootstrap-e8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65.tar.xz bootstrap-e8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65.zip | |
Fix broken links.
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/reboot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 5d8d022a2..ab65fe172 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -311,7 +311,7 @@ The `<abbr>` element receives basic styling to make it stand out amongst paragra ## HTML5 `[hidden]` attribute -HTML5 adds [a new global attribute named `[hidden]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden), which is styled as `display: none` by default. Borrowing an idea from [PureCSS](http://purecss.io), we improve upon this default by making `[hidden] { display: none !important; }` to help prevent its `display` from getting accidentally overridden. While `[hidden]` isn't natively supported by IE10, the explicit declaration in our CSS gets around that problem. +HTML5 adds [a new global attribute named `[hidden]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden), which is styled as `display: none` by default. Borrowing an idea from [PureCSS](https://purecss.io), we improve upon this default by making `[hidden] { display: none !important; }` to help prevent its `display` from getting accidentally overridden. While `[hidden]` isn't natively supported by IE10, the explicit declaration in our CSS gets around that problem. {% highlight html %} <input type="text" hidden> |
