mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 15:48:34 +02:00
docs: updated stylesheet fixing layout of table with definitions from Graeme
git-svn-id: trunk@19686 -
This commit is contained in:
parent
15f2bd17ec
commit
57b16d6251
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user