diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-05-05 11:51:14 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-05-05 11:51:14 -0400 |
commit | d5e1f7e493fac61fcda5641397dacc0e079a74da (patch) | |
tree | 7f4cc5adea7ca71afef7e037c48ac9969d98b9bd /index.html | |
parent | 19b67aab1314818b71ea39323c74308c6073f52d (diff) | |
download | fosdem-2018-presentation-d5e1f7e493fac61fcda5641397dacc0e079a74da.tar fosdem-2018-presentation-d5e1f7e493fac61fcda5641397dacc0e079a74da.tar.gz |
print styles (closes #19)
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ <link rel="stylesheet" href="css/reset.css"> <link rel="stylesheet" href="css/main.css"> + <link rel="stylesheet" href="css/print.css" type="text/css" media="print"> <link rel="stylesheet" href="lib/zenburn.css"> </head> |