mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 00:38:15 +02:00
docs: update stylesheet for definition lists from Graeme
git-svn-id: trunk@19669 -
This commit is contained in:
parent
c1f7d67ccc
commit
b99f187eab
@ -127,3 +127,26 @@ span.bartitle {
|
||||
font-style: italic;
|
||||
color: darkblue
|
||||
}
|
||||
/* definition list */
|
||||
dl {
|
||||
border: 3px double #ccc;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
/* definition list: text */
|
||||
dt {
|
||||
float: left;
|
||||
clear: left;
|
||||
min-width: 100px;
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
color: green;
|
||||
}
|
||||
|
||||
/* definition list: description or content */
|
||||
dd {
|
||||
margin: 0 0 0 110px;
|
||||
padding: 0 0 0.5em 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user