Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
97b28589
Commit
97b28589
authored
Dec 09, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
help tables not look like shit on mobile maybe? also fix bordered table example
parent
7b810bf9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
bootstrap.css
bootstrap.css
+2
-1
bootstrap.min.css
bootstrap.min.css
+1
-1
docs/base-css.html
docs/base-css.html
+1
-0
lib/reset.less
lib/reset.less
+5
-1
No files found.
bootstrap.css
View file @
97b28589
...
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Fri Dec 9 12:
09:50
PST 2011
* Date: Fri Dec 9 12:
51:39
PST 2011
*/
html
,
body
{
margin
:
0
;
...
...
@@ -70,6 +70,7 @@ td {
font-family
:
inherit
;
}
table
{
max-width
:
100%
;
border-collapse
:
collapse
;
border-spacing
:
0
;
}
...
...
bootstrap.min.css
View file @
97b28589
html
,
body
{
margin
:
0
;
padding
:
0
;}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
cite
,
code
,
del
,
dfn
,
em
,
img
,
q
,
s
,
samp
,
small
,
strike
,
strong
,
sub
,
sup
,
tt
,
var
,
dd
,
dl
,
dt
,
li
,
ol
,
ul
,
fieldset
,
form
,
label
,
legend
,
button
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font-weight
:
normal
;
font-style
:
normal
;
font-size
:
100%
;
line-height
:
1
;
font-family
:
inherit
;}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
;}
table
{
max-width
:
100%
;
border-collapse
:
collapse
;
border-spacing
:
0
;}
ol
,
ul
{
list-style
:
none
;}
q
:before
,
q
:after
,
blockquote
:before
,
blockquote
:after
{
content
:
""
;}
html
{
overflow-y
:
scroll
;
font-size
:
100%
;
-webkit-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
;}
...
...
docs/base-css.html
View file @
97b28589
...
...
@@ -655,6 +655,7 @@
<td>
English
</td>
</tr>
</tr>
<td>
3
</td>
<td>
Joe
</td>
<td>
Sixpack
</td>
<td>
English
</td>
...
...
lib/reset.less
View file @
97b28589
...
...
@@ -10,7 +10,11 @@
html, body { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
table {
max-width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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