docs: updated stylesheet fixing layout of table with definitions from Graeme

git-svn-id: trunk@19686 -
This commit is contained in:
vincents 2009-04-29 09:31:33 +00:00
parent 15f2bd17ec
commit 57b16d6251

View File

@ -127,23 +127,24 @@ span.bartitle {
font-style: italic;
color: darkblue
}
/* definition list */
dl {
border: 3px double #ccc;
padding: 0.5em;
}
/* definition list: text */
/* definition list: term */
dt {
float: left;
clear: left;
min-width: 100px;
text-align: right;
width: auto; /* normally browsers default width of largest item */
padding-right: 20px;
font-weight: bold;
color: green;
color: darkgreen;
}
/* definition list: description or content */
/* definition list: description */
dd {
margin: 0 0 0 110px;
padding: 0 0 0.5em 0;