summaryrefslogtreecommitdiff
path: root/build/stylesheets/install.css
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
committerJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
commit1ea73eea5ecc6a8ed901316049259aee737ee554 (patch)
tree03a077f0b1b1548f3c806bd1c5795964fba0fb52 /build/stylesheets/install.css
downloadinstallation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'build/stylesheets/install.css')
-rw-r--r--build/stylesheets/install.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/stylesheets/install.css b/build/stylesheets/install.css
new file mode 100644
index 000000000..ca74c9f45
--- /dev/null
+++ b/build/stylesheets/install.css
@@ -0,0 +1,6 @@
+/* Cascading stylesheet for the Debian Installer Installation Guide */
+
+/* Use grey background for examples */
+pre.screen {
+ background-color : #E0E0E0;
+}