mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove default left-right print margins per upstream h5bp change
Refs:
57be193031
https://github.com/h5bp/html5-boilerplate/issues/1477
This commit is contained in:
parent
7938134fd1
commit
1942f36455
2 changed files with 8 additions and 7 deletions
7
dist/css/bootstrap.css
vendored
7
dist/css/bootstrap.css
vendored
|
@ -213,9 +213,6 @@ table {
|
|||
img {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
@page {
|
||||
margin: 2cm .5cm;
|
||||
}
|
||||
p,
|
||||
h2,
|
||||
h3 {
|
||||
|
@ -232,6 +229,10 @@ table {
|
|||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
@page {
|
||||
margin-top: 2cm;
|
||||
margin-bottom: 2cm;
|
||||
}
|
||||
.table td,
|
||||
.table th {
|
||||
background-color: #fff !important;
|
||||
|
|
|
@ -50,10 +50,6 @@
|
|||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
@page {
|
||||
margin: 2cm .5cm;
|
||||
}
|
||||
|
||||
p,
|
||||
h2,
|
||||
h3 {
|
||||
|
@ -76,6 +72,10 @@
|
|||
.navbar {
|
||||
display: none;
|
||||
}
|
||||
@page {
|
||||
margin-top: 2cm;
|
||||
margin-bottom: 2cm;
|
||||
}
|
||||
.table {
|
||||
td,
|
||||
th {
|
||||
|
|
Loading…
Reference in a new issue