diff options
| author | ORiON- <[email protected]> | 2014-03-11 18:42:49 +0200 |
|---|---|---|
| committer | ORiON- <[email protected]> | 2014-03-11 18:42:49 +0200 |
| commit | 3ea69a16f94987c0ccaf505c6ef1a39b6989ef0d (patch) | |
| tree | 601ab98ed9f5cd2e35a6aabbac8290316cf40f0a /docs/examples | |
| parent | 6f13a14e4b18a57cce5d7d0fd18338ea7d956560 (diff) | |
| download | bootstrap-3ea69a16f94987c0ccaf505c6ef1a39b6989ef0d.tar.xz bootstrap-3ea69a16f94987c0ccaf505c6ef1a39b6989ef0d.zip | |
Fixed typo at docs/examples/rtl/index.php
The filename generated at dist/css/ called 'bootstrap-rtl.min.css'.
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/rtl/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/rtl/index.html b/docs/examples/rtl/index.html index 996c515e4..5783ae68f 100644 --- a/docs/examples/rtl/index.html +++ b/docs/examples/rtl/index.html @@ -11,7 +11,7 @@ <title>RTL Template for Bootstrap</title> <!-- Bootstrap RTL CSS --> - <link href="../../dist/css/bootstrap.rtl.min.css" rel="stylesheet"> + <link href="../../dist/css/bootstrap-rtl.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="rtl.css" rel="stylesheet"> |
