diff options
Diffstat (limited to 'app/stylesheets/print')
| -rw-r--r-- | app/stylesheets/print/education.styl | 11 | ||||
| -rw-r--r-- | app/stylesheets/print/header.styl | 21 | ||||
| -rw-r--r-- | app/stylesheets/print/projects.styl | 7 | ||||
| -rw-r--r-- | app/stylesheets/print/skills.styl | 17 | ||||
| -rw-r--r-- | app/stylesheets/print/summary.styl | 0 | ||||
| -rw-r--r-- | app/stylesheets/print/work.styl | 14 |
6 files changed, 0 insertions, 70 deletions
diff --git a/app/stylesheets/print/education.styl b/app/stylesheets/print/education.styl deleted file mode 100644 index ebefd27..0000000 --- a/app/stylesheets/print/education.styl +++ /dev/null @@ -1,11 +0,0 @@ -.education { - // avoid page breaks inside the education section - page-break-inside: avoid - margin-top: 75px - // remove the extra space added for the website - margin-bottom: 0 -} - -.education__details { - margin-top: 0.3em -} diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl deleted file mode 100644 index 7b982c2..0000000 --- a/app/stylesheets/print/header.styl +++ /dev/null @@ -1,21 +0,0 @@ -.header__name { - margin-bottom: 0.1em -} - -.header__language { - display: none -} - -.header__tel -.header__website -.header__email -.header__srht -.header__github -.header__stackoverflow -.header__linkedin { - display: inline -} - -.header__pgp { - display: none -} diff --git a/app/stylesheets/print/projects.styl b/app/stylesheets/print/projects.styl deleted file mode 100644 index be9dd75..0000000 --- a/app/stylesheets/print/projects.styl +++ /dev/null @@ -1,7 +0,0 @@ -.projects { - margin-top: 75px - page-break-inside: avoid -} - -.project { -} diff --git a/app/stylesheets/print/skills.styl b/app/stylesheets/print/skills.styl deleted file mode 100644 index e5bba67..0000000 --- a/app/stylesheets/print/skills.styl +++ /dev/null @@ -1,17 +0,0 @@ -.skills { - margin-top: 75px -} - -.skills__content { - margin-top: 1.5em -} - -.skills__title { - min-width: 12% - margin-left: 15px -} - -.skills__items { - margin-bottom: 0.1em - margin-left: 15px -} diff --git a/app/stylesheets/print/summary.styl b/app/stylesheets/print/summary.styl deleted file mode 100644 index e69de29..0000000 --- a/app/stylesheets/print/summary.styl +++ /dev/null diff --git a/app/stylesheets/print/work.styl b/app/stylesheets/print/work.styl deleted file mode 100644 index 63368ae..0000000 --- a/app/stylesheets/print/work.styl +++ /dev/null @@ -1,14 +0,0 @@ -.work { - margin-top: 75px -} - -.work__experience { - page-break-inside: avoid -} - -// Style the Company name links in the PDF with thicker underline -.job-position__company { - a:link, a:visited, a:hover, a:active { - text-decoration-thickness: 2px - } -} |
