diff options
author | xgizzmo <xgizzmo@ampache> | 2007-01-09 02:34:20 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-01-09 02:34:20 +0000 |
commit | 8ed4a1e163f8750820f643b4f81b04215154e972 (patch) | |
tree | 534c84006759a5805d3bbc71ad3ce78d13aef27c /templates/handheld.css | |
parent | 4d948bcd7c451b35df7686f2d24ebc57746096c2 (diff) | |
download | ampache-8ed4a1e163f8750820f643b4f81b04215154e972.tar.gz ampache-8ed4a1e163f8750820f643b4f81b04215154e972.tar.bz2 ampache-8ed4a1e163f8750820f643b4f81b04215154e972.zip |
fixed some typos and dead links
Diffstat (limited to 'templates/handheld.css')
-rw-r--r-- | templates/handheld.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/handheld.css b/templates/handheld.css index c93f6c68..ef5d9a98 100644 --- a/templates/handheld.css +++ b/templates/handheld.css @@ -96,12 +96,12 @@ BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override } *[DIR="ltr"] { direction: ltr; unicode-bidi: embed } *[DIR="rtl"] { direction: rtl; unicode-bidi: embed } +@page { + margin: 5%; + size: landscape; +} @media print { - @page { - margin 5%; - size: landscape; - } h1 { page-break-before: always } h1, h2, h3, h4, h5, h6 { page-break-after: avoid } |