diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-11-11 23:40:45 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-11-11 23:40:45 -0500 |
commit | 330d7b753bd95e02dc9f477d00665f8506d78ed9 (patch) | |
tree | 5e0e2ea96dab96a50148e68538a45658168fb72c /yeti | |
parent | f52bcffbfc8be533d6dd0173b0c30e4855932f46 (diff) |
use blockquote-reverse instead of pull-right, closes #527
Diffstat (limited to 'yeti')
-rw-r--r-- | yeti/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yeti/index.html b/yeti/index.html index 95aa360d..618a5b9e 100644 --- a/yeti/index.html +++ b/yeti/index.html @@ -468,7 +468,7 @@ </div> <div class="col-lg-6"> <div class="bs-component"> - <blockquote class="pull-right"> + <blockquote class="blockquote-reverse"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <small>Someone famous in <cite title="Source Title">Source Title</cite></small> </blockquote> |