Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
05b0a74d
Commit
05b0a74d
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #11887 from twbs/minor-panels-refactor
minor refactoring of
4ee93c9f
parents
6bb73df5
637b20f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/panels.less
+11
-9
less/panels.less
with
11 additions
and
9 deletions
+11
-9
less/panels.less
+
11
-
9
View file @
05b0a74d
...
...
@@ -95,15 +95,17 @@
border: 0;
margin-bottom: 0;
}
> .table-striped > tbody > tr:last-child,
> .table-responsive > .table-striped > tbody > tr:last-child {
td:first-child,
th:first-child {
border-bottom-left-radius: (@panel-border-radius - 1);
}
td:last-child,
th:last-child {
border-bottom-left-radius: (@panel-border-radius - 1);
> .table-striped,
> .table-responsive > .table-striped {
> tbody > tr:last-child {
td:first-child,
th:first-child {
border-bottom-left-radius: (@panel-border-radius - 1);
}
td:last-child,
th:last-child {
border-bottom-left-radius: (@panel-border-radius - 1);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment