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
0f85e8b7
Commit
0f85e8b7
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4824
: scope table grid sizes to .table instead of table
parent
beb0b640
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+24
-24
docs/assets/css/bootstrap.css
less/tables.less
+1
-1
less/tables.less
with
25 additions
and
25 deletions
+25
-25
docs/assets/css/bootstrap.css
+
24
-
24
View file @
0f85e8b7
...
...
@@ -1947,145 +1947,145 @@ table [class*=span],
margin-left
:
0
;
}
table
.span1
{
.
table
.span1
{
float
:
none
;
width
:
44px
;
margin-left
:
0
;
}
table
.span2
{
.
table
.span2
{
float
:
none
;
width
:
124px
;
margin-left
:
0
;
}
table
.span3
{
.
table
.span3
{
float
:
none
;
width
:
204px
;
margin-left
:
0
;
}
table
.span4
{
.
table
.span4
{
float
:
none
;
width
:
284px
;
margin-left
:
0
;
}
table
.span5
{
.
table
.span5
{
float
:
none
;
width
:
364px
;
margin-left
:
0
;
}
table
.span6
{
.
table
.span6
{
float
:
none
;
width
:
444px
;
margin-left
:
0
;
}
table
.span7
{
.
table
.span7
{
float
:
none
;
width
:
524px
;
margin-left
:
0
;
}
table
.span8
{
.
table
.span8
{
float
:
none
;
width
:
604px
;
margin-left
:
0
;
}
table
.span9
{
.
table
.span9
{
float
:
none
;
width
:
684px
;
margin-left
:
0
;
}
table
.span10
{
.
table
.span10
{
float
:
none
;
width
:
764px
;
margin-left
:
0
;
}
table
.span11
{
.
table
.span11
{
float
:
none
;
width
:
844px
;
margin-left
:
0
;
}
table
.span12
{
.
table
.span12
{
float
:
none
;
width
:
924px
;
margin-left
:
0
;
}
table
.span13
{
.
table
.span13
{
float
:
none
;
width
:
1004px
;
margin-left
:
0
;
}
table
.span14
{
.
table
.span14
{
float
:
none
;
width
:
1084px
;
margin-left
:
0
;
}
table
.span15
{
.
table
.span15
{
float
:
none
;
width
:
1164px
;
margin-left
:
0
;
}
table
.span16
{
.
table
.span16
{
float
:
none
;
width
:
1244px
;
margin-left
:
0
;
}
table
.span17
{
.
table
.span17
{
float
:
none
;
width
:
1324px
;
margin-left
:
0
;
}
table
.span18
{
.
table
.span18
{
float
:
none
;
width
:
1404px
;
margin-left
:
0
;
}
table
.span19
{
.
table
.span19
{
float
:
none
;
width
:
1484px
;
margin-left
:
0
;
}
table
.span20
{
.
table
.span20
{
float
:
none
;
width
:
1564px
;
margin-left
:
0
;
}
table
.span21
{
.
table
.span21
{
float
:
none
;
width
:
1644px
;
margin-left
:
0
;
}
table
.span22
{
.
table
.span22
{
float
:
none
;
width
:
1724px
;
margin-left
:
0
;
}
table
.span23
{
.
table
.span23
{
float
:
none
;
width
:
1804px
;
margin-left
:
0
;
}
table
.span24
{
.
table
.span24
{
float
:
none
;
width
:
1884px
;
margin-left
:
0
;
...
...
This diff is collapsed.
Click to expand it.
less/tables.less
+
1
-
1
View file @
0f85e8b7
...
...
@@ -180,7 +180,7 @@ table [class*=span],
}
// Change the column widths to account for td/th padding
table {
.
table {
.span1 { .tableColumns(1); }
.span2 { .tableColumns(2); }
.span3 { .tableColumns(3); }
...
...
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