summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-03 02:25:12 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-03 02:25:12 +0000
commitf425f319bab36d25cb398b2295388caf3ecf9d8e (patch)
tree9b92e7b23d929a25084f5382cffc612fa89fae1c /manual
parent5a1297628aab515fa49002dc83d7744f06f9f48b (diff)
Modify manual css to pad the images and make the code/screen sections
look more distinguishable. git-svn-id: svn://localhost/ardour2/trunk@1414 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual')
-rw-r--r--manual/css/ardour_manual.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/manual/css/ardour_manual.css b/manual/css/ardour_manual.css
index 03e04e5790..0e49a34514 100644
--- a/manual/css/ardour_manual.css
+++ b/manual/css/ardour_manual.css
@@ -25,6 +25,25 @@ div.longdesc-link {
float:right;
}
+/* Images */
+
+img {
+ display:block;
+ margin: 1.5em;
+}
+
+
+.screen {
+ background-color:#dddddd;
+ color:#333333;
+}
+
+pre,code{
+ padding:.3em 1em;
+ font-size:0.9em;
+ font-family:"Bitstream vera mono",monospace;
+}
+
/* Headings */
h1,h2,h3,h4,h5,h6 {