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
3cb33e68
Commit
3cb33e68
authored
Feb 16, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added new print styles
--HG-- branch : templates-kf-print
parent
d0cd1f5e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
6 deletions
+21
-6
sass/base/_extends.scss
+12
-0
sass/layout/_footer.scss
+4
-0
sass/layout/_header.scss
+4
-0
sass/print.scss
+1
-6
No files found.
sass/base/_extends.scss
View file @
3cb33e68
...
...
@@ -53,6 +53,10 @@ h1.top-header {
padding
:
lh
();
vertical-align
:
top
;
width
:
flex-grid
(
9
)
+
flex-gutter
();
@media
print
{
@include
box-shadow
(
none
);
}
}
.sidebar
{
...
...
@@ -68,6 +72,10 @@ h1.top-header {
width
:
flex-grid
(
3
);
position
:
relative
;
@media
print
{
display
:
none
;
}
h3
{
@include
box-shadow
(
0
1px
0
#eee
);
background
:
none
;
...
...
@@ -124,6 +132,10 @@ h1.top-header {
@include
box-shadow
(
inset
0
1px
0
#fff
,
inset
1px
0
0
#fff
);
@extend
.clearfix
;
@media
print
{
display
:
none
;
}
a
{
color
:
darken
(
#F6EFD4
,
80%
);
...
...
sass/layout/_footer.scss
View file @
3cb33e68
...
...
@@ -6,6 +6,10 @@ footer {
margin-top
:
$body-line-height
;
padding
:
0
$body-line-height
;
@media
print
{
display
:
none
;
}
p
{
float
:
left
;
...
...
sass/layout/_header.scss
View file @
3cb33e68
...
...
@@ -4,6 +4,10 @@ div.header-wrapper {
background
:
$mit-red
;
border-bottom
:
1px
solid
#fff
;
@media
print
{
display
:
none
;
}
header
{
@extend
.clearfix
;
@extend
.wrapper
;
...
...
sass/print.scss
View file @
3cb33e68
.header-wrapper
{
display
:none
;}
#accordion
{
display
:none
;}
.ui-accordion
{
display
:none
;
visibility
:hidden
;
width
:
0%
;
}
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