Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
edx
edx-platform
Commits
cc478af4
Commit
cc478af4
authored
May 05, 2015
by
Marco Morales
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7592 from jolyonb/jbloomfield/printing-pagesize
Fix Print Media CSS: Page margins
parents
7c7b0dd7
bf4a1d47
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
AUTHORS
+1
-0
lms/static/sass/base/_reset.scss
+1
-1
No files found.
AUTHORS
View file @
cc478af4
...
...
@@ -208,3 +208,4 @@ Sri Harsha Pamu <kmitharsha@gmail.com>
Cris Ewing <cris@crisewing.com>
Carlos de La Guardia <carlos@jazkarta.com>
Amir Qayyum Khan <amir.qayyum@arbisoft.com>
Jolyon Bloomfield <jolyon@mit.edu>
lms/static/sass/base/_reset.scss
View file @
cc478af4
...
...
@@ -93,7 +93,7 @@ td { vertical-align: top; }
thead
{
display
:
table-header-group
;
}
tr
,
img
{
page-break-inside
:
avoid
;
}
img
{
max-width
:
100%
!
important
;
}
@page
{
margin
:
0
.5
cm
;
}
@page
{
margin
:
1cm
1
.2cm
2
cm
;
}
p
,
h2
,
h3
{
orphans
:
3
;
widows
:
3
;
}
h2
,
h3
{
page-break-after
:
avoid
;
}
}
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