From d41f114e9b11eddd3c947755801a35c0687c40e1 Mon Sep 17 00:00:00 2001 From: Nikita Rushmanov Date: Fri, 23 Jan 2015 02:14:12 -0800 Subject: [PATCH] Fix image order in carousel example When the screen is shrunk below the md threshold, all the featurette columns stack. However, since the second featurette is "backwards", when stacked the second featurette looked awkward as the image came before the heading. --- docs/examples/carousel/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 71fdb3ec75..eaa5ff89a3 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -167,13 +167,13 @@
-
- Generic placeholder image -
-
+

Oh yeah, it's that good. See for yourself.

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

+
+ Generic placeholder image +

-- 2.47.2