aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2017-02-27 21:42:26 +1100
committerBardi Harborow <[email protected]>2017-02-27 21:51:26 +1100
commite8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65 (patch)
tree3d9df2538349da405e6dfa7837e5532ce07435f0 /docs/content
parent312522529ccdd9ff98bf95e1e4ec18910406e47e (diff)
downloadbootstrap-e8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65.tar.xz
bootstrap-e8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65.zip
Fix broken links.
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/reboot.md2
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>