diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-28 18:57:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-28 18:57:40 +0200 |
commit | cd4a3eddc00eeee8567cb61d68a17fc20af5f468 (patch) | |
tree | de592e8643f29b3dc7bee3a31026186c9d3a05cc /includes/squeeze/install/css/debinstall-print.css | |
parent | a16be4ab5e706f07997de6c03d4edd35537368c4 (diff) | |
download | vyos-live-build-cd4a3eddc00eeee8567cb61d68a17fc20af5f468.tar.gz vyos-live-build-cd4a3eddc00eeee8567cb61d68a17fc20af5f468.zip |
Dropping global binary includes and moving binary local-includes to includes, just as with chroot includes and local-includes.
Diffstat (limited to 'includes/squeeze/install/css/debinstall-print.css')
-rw-r--r-- | includes/squeeze/install/css/debinstall-print.css | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/includes/squeeze/install/css/debinstall-print.css b/includes/squeeze/install/css/debinstall-print.css deleted file mode 100644 index 6e141d258..000000000 --- a/includes/squeeze/install/css/debinstall-print.css +++ /dev/null @@ -1,69 +0,0 @@ -/* - -Debian Installation Medium print media CSS -to be used in conjuction the all media CSS file -Created by: Kalle Söderman - -*/ - -body { - margin: 0 1em 0 70px; - font: normal 10pt sans-serif; - color:black; - background-image:none; -} -.alt { - display:none; - } -.section { - display:none; - } -#logo { - z-index: 0; - } -h1 { - z-index:100; - } -em { - color: #666; - } -code { - background-color: transparent; - border:0; - } -tt a { - font-family: monospace; - background-color: transparent; - border:0; - } -.toc li { - border-bottom: 0.5pt dotted black; - } -#outer ul { - line-height:1.2em; - } -#intro { - border-bottom: 1pt solid black - } -#breadcrumbs { - font-weight:bold; - border-bottom: 1pt solid black; - } -#fineprint, #breadcrumbs { - background: transparent; - } -#fineprint { - color:black; - border-top:1px solid black; - } -#fineprint p { - line-height:1.5em; - } -p a:link { - background-image: url('../pics/dot_bw.gif'); - background-repeat:repeat-x; - background-position:bottom left; - } -a:link, a:visited, a:link:visited { - color:black; - }
\ No newline at end of file |