Commit 637b20f6 authored by Chris Rebert's avatar Chris Rebert

minor refactoring of 4ee93c9f

parent 75db3550
...@@ -95,15 +95,17 @@ ...@@ -95,15 +95,17 @@
border: 0; border: 0;
margin-bottom: 0; margin-bottom: 0;
} }
> .table-striped > tbody > tr:last-child, > .table-striped,
> .table-responsive > .table-striped > tbody > tr:last-child { > .table-responsive > .table-striped {
td:first-child, > tbody > tr:last-child {
th:first-child { td:first-child,
border-bottom-left-radius: (@panel-border-radius - 1); th:first-child {
} border-bottom-left-radius: (@panel-border-radius - 1);
td:last-child, }
th:last-child { td:last-child,
border-bottom-left-radius: (@panel-border-radius - 1); th:last-child {
border-bottom-left-radius: (@panel-border-radius - 1);
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment