revises print styles
This commit is contained in:
parent
4ab82cb4d7
commit
ec76222f51
1 changed files with 17 additions and 5 deletions
|
@ -8,11 +8,6 @@ body {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar,
|
|
||||||
.navigation {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -35,6 +30,23 @@ blockquote,
|
||||||
ul {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post__related {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gist-meta {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
#disqus_thread {
|
#disqus_thread {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue