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
f47aa08b
Commit
f47aa08b
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #7629 from Boulox/dupe-table-rule
Remove dupe css rule of table element
parents
da35a6b4
7b5fcc2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+0
-2
docs/assets/css/bootstrap.css
less/tables.less
+0
-2
less/tables.less
with
0 additions
and
4 deletions
+0
-4
docs/assets/css/bootstrap.css
+
0
-
2
View file @
f47aa08b
...
...
@@ -1013,8 +1013,6 @@ pre code {
table
{
max-width
:
100%
;
background-color
:
transparent
;
border-collapse
:
collapse
;
border-spacing
:
0
;
}
th
{
...
...
This diff is collapsed.
Click to expand it.
less/tables.less
+
0
-
2
View file @
f47aa08b
...
...
@@ -6,8 +6,6 @@
table {
max-width: 100%;
background-color: @table-bg;
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
...
...
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