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
d14d60e0
Commit
d14d60e0
authored
Aug 27, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14452 from vsn4ik/update_print_less
Update print.less from source (html5-boilerplate).
parents
fcf26d0e
4c15fa86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
less/print.less
less/print.less
+12
-12
No files found.
less/print.less
View file @
d14d60e0
//
//
// Basic print styles
// Basic print styles
// --------------------------------------------------
// --------------------------------------------------
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/
src/
css/main.css
@media print {
@media print {
* {
* {
text-shadow: none !important;
color: #000 !important; // Black prints faster: h5bp.com/s
background: transparent !important;
background: transparent !important;
color: #000 !important; // Black prints faster: h5bp.com/s
box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
}
a,
a,
...
@@ -24,9 +24,10 @@
...
@@ -24,9 +24,10 @@
content: " (" attr(title) ")";
content: " (" attr(title) ")";
}
}
// Don't show links for images, or javascript/internal links
// Don't show links that are fragment identifiers,
a[href^="javascript:"]:after,
// or use the `javascript:` pseudo protocol
a[href^="#"]:after {
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
content: "";
}
}
...
@@ -71,12 +72,6 @@
...
@@ -71,12 +72,6 @@
.navbar {
.navbar {
display: none;
display: none;
}
}
.table {
td,
th {
background-color: #fff !important;
}
}
.btn,
.btn,
.dropup > .btn {
.dropup > .btn {
> .caret {
> .caret {
...
@@ -89,6 +84,11 @@
...
@@ -89,6 +84,11 @@
.table {
.table {
border-collapse: collapse !important;
border-collapse: collapse !important;
td,
th {
background-color: #fff !important;
}
}
}
.table-bordered {
.table-bordered {
th,
th,
...
...
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