Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3a6ab45b
Commit
3a6ab45b
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
rearrange and override extra borders
parent
f800383e
5 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25494
web pack
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_tables.scss
+10
-8
scss/_tables.scss
with
10 additions
and
8 deletions
+10
-8
scss/_tables.scss
+
10
-
8
View file @
3a6ab45b
...
...
@@ -42,9 +42,9 @@
}
// Border
ed
version
// Border version
s
//
// Add borders all around the table and between all the columns.
// Add
or remove
borders all around the table and between all the columns.
.table-bordered
{
border
:
$table-border-width
solid
$table-border-color
;
...
...
@@ -62,6 +62,14 @@
}
}
.table-borderless
{
th
,
td
,
thead
th
,
tbody
+
tbody
{
border
:
0
;
}
}
// Zebra-striping
//
...
...
@@ -151,12 +159,6 @@
}
}
.table-borderless
{
th
,
td
{
border
:
0
;
}
}
// Responsive tables
//
...
...
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
Menu
Explore
Projects
Groups
Snippets