mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-16 18:53:57 +02:00
Created print.css for printing
This commit is contained in:
12
styles/print.css
Normal file
12
styles/print.css
Normal file
@@ -0,0 +1,12 @@
|
||||
body, .site-title, h1, h2, h3{
|
||||
font-family: 'Georgia' !important;
|
||||
}
|
||||
|
||||
|
||||
nav.site-navigation, a.fork-me, a.top{
|
||||
display:none;
|
||||
}
|
||||
|
||||
div.site-content{
|
||||
padding: 20px 40px 40px 20px;
|
||||
}
|
Reference in New Issue
Block a user