The style sheet configures different background colors for even and
odd numbered lines of the API summary. This visual aid should make
the document easier to follow.
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>OSL - the object storage layer library</title>
<link rel="shortcut icon" href="osl.ico">
+ <style type='text/css'>
+ body {
+ color: #000;
+ background-color: #fff;
+ text-align: justify;
+ padding: 0px 30px 0px 25px;
+ }
+ p {
+ text-align: justify;
+ }
+ .toc tr:nth-child(odd) {
+ background-color: #ccc;
+ }
+ .toc tr:nth-child(even) {
+ background-color: #ddd;
+ }
+ .toc table {
+ margin: 5px;
+ border: solid;
+ }
+ .toc td {
+ padding: 12px;
+ }
+ </style>
</head>
<body>