mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Created print.css for printing
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<link href='http://fonts.googleapis.com/css?family=Alfa+Slab+One|Droid+Serif:400,700' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="/styles/all.css"/>
|
||||
<link rel="stylesheet" href="/styles/print.css" media="print, handheld"/>
|
||||
<link rel="stylesheet" href="/styles/syntax.css"/>
|
||||
<link rel="icon" href="/images/favicon.png" type="image/png"/>
|
||||
<script>
|
||||
|
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