]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed typo at docs/examples/rtl/index.php 13018/head
authorORiON- <ORiON.1337@gmail.com>
Tue, 11 Mar 2014 16:42:49 +0000 (18:42 +0200)
committerORiON- <ORiON.1337@gmail.com>
Tue, 11 Mar 2014 16:42:49 +0000 (18:42 +0200)
The filename generated at dist/css/ called 'bootstrap-rtl.min.css'.

docs/examples/rtl/index.html

index 996c515e43df305640fcc59f5f84f93941496186..5783ae68ff32048d9c622ac81857153f74210b0e 100644 (file)
@@ -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">