diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-07-10 09:01:56 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-07-10 09:01:56 -0400 |
commit | 18b4cb754a48a90a298169d5a1adac40ccc1984a (patch) | |
tree | 9525ba85a9bbe1f51db1421cced74ed398ba1fd2 /css/print | |
parent | 85043645ecb502006dd978a4eac73a67e9e26d52 (diff) | |
download | perl-software-in-gnu-guix-18b4cb754a48a90a298169d5a1adac40ccc1984a.tar perl-software-in-gnu-guix-18b4cb754a48a90a298169d5a1adac40ccc1984a.tar.gz |
typo and whitespace correction
Diffstat (limited to 'css/print')
-rw-r--r-- | css/print/paper.css | 2 | ||||
-rw-r--r-- | css/print/pdf.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/css/print/paper.css b/css/print/paper.css index f902dea..893184d 100644 --- a/css/print/paper.css +++ b/css/print/paper.css @@ -49,7 +49,7 @@ body, p, td, li, div, a { } /* SECTION 4: Set heading font face, sizes, and color. - Diffrentiate your headings from your body text. + Differentiate your headings from your body text. Perhaps use a large sans-serif for distinction. */ h1,h2,h3,h4,h5,h6 { color: #000!important; diff --git a/css/print/pdf.css b/css/print/pdf.css index 9094ef1..7b66ee5 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -56,7 +56,7 @@ body, p, td, li, div { } /* SECTION 4: Set heading font face, sizes, and color. - Diffrentiate your headings from your body text. + Differentiate your headings from your body text. Perhaps use a large sans-serif for distinction. */ h1,h2,h3,h4,h5,h6 { text-shadow: 0 0 0 #000 !important; |