diff --git a/dist/ratchet.css b/dist/ratchet.css index 9729ed0..4c6eb21 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -483,15 +483,17 @@ strong { } .table-view-indented .table-view-cell { - padding-left: 60px; - background-position-x: 60px; + padding-left: 59px; + background-position-x: 59px; } .table-view-indented .table-view-cell > a:not([class*="button"]) { - margin-left: -60px; + margin-left: -59px; } .table-view-indented .table-view-cell > .pull-left, .table-view-indented .table-view-cell > a:not([class*="button"]) .pull-left { - margin-right: 15px; + position: absolute; + left: 15px; + z-index: 1; } .popover .table-view { diff --git a/index.html b/index.html index 55be1d3..8d0d5cd 100644 --- a/index.html +++ b/index.html @@ -331,19 +331,19 @@ layout: default
{% highlight html %} {% endhighlight %} @@ -354,21 +354,24 @@ layout: default

Chevrons are created with CSS3, so no image assets are needed. They should be used to indicate that the item is linked.

-
{% endhighlight %} @@ -1042,7 +1045,7 @@ document