mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
15 lines
358 B
CSS
15 lines
358 B
CSS
@import "style.css";
|
|
h2 {
|
|
font-variant: small-caps;
|
|
font-size: 170%;
|
|
}
|
|
.informalexample {
|
|
margin-bottom: 1.2em;
|
|
}
|
|
div.informalexample .screen {
|
|
margin-left: 2ex;
|
|
}
|
|
|
|
a#strftime + dl dt { float: left; margin: 0.3ex 0; width: 1.5em; }
|
|
a#strftime + dl dd { float: left; margin: 0.3ex 0; margin-left: 1.2em; width: 90%; }
|
|
dt { clear: left; }
|