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
This commit is contained in:
Tim Mayberry 2007-02-03 02:25:12 +00:00
parent 5a1297628a
commit f425f319ba

View File

@ -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 {