]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix homepage images
authorMark Otto <otto@github.com>
Tue, 31 Dec 2013 21:56:20 +0000 (13:56 -0800)
committerMark Otto <otto@github.com>
Tue, 31 Dec 2013 21:56:20 +0000 (13:56 -0800)
docs/assets/img/components.png [moved from docs-assets/img/components.png with 100% similarity]
docs/assets/img/devices.png [moved from docs-assets/img/devices.png with 100% similarity]
docs/assets/img/sass-less.png [moved from docs-assets/img/sass-less.png with 100% similarity]
docs/index.html

index 1402f12426097df729785cc6b1640fd0be68fbf1..ff1fe607c5991677b69597b583904b461d8b9162 100644 (file)
@@ -25,17 +25,17 @@ title: Bootstrap
 
     <div class="row">
       <div class="col-sm-4">
-        <img src="docs-assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive">
+        <img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive">
         <h3>Preprocesors</h3>
         <p>In addition to vanilla CSS, Bootstrap includes support for the two most popular CSS preprocessors, <a href="{{ page.base_url }}css#using-less">Less</a> and <a href="{{ page.base_url }}css#using-sass">Sass</a>.</p>
       </div>
       <div class="col-sm-4">
-        <img src="docs-assets/img/devices.png" alt="Responsive across devices" class="img-responsive">
+        <img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive">
         <h3>One framework, every device.</h3>
         <p>Bootstrap easily and efficiently scales your project from phones to tablets to desktops with a single CSS file.</p>
       </div>
       <div class="col-sm-4">
-        <img src="docs-assets/img/components.png" alt="Components" class="img-responsive">
+        <img src="assets/img/components.png" alt="Components" class="img-responsive">
         <h3>Comprehensive docs</h3>
         <p>With Bootstrap, you get extensive and beautiful documentation with hundreds of live examples, code snippets, and more.</p>
       </div>