Artifact 78a560ccca7ad57726a9b7bd6ac84a889610d50a
- File
Release/html/index.css
- 2011-02-23 12:48:03 - part of checkin [13b7203622] on branch trunk - Initial import. (user: kinaba) [annotate]
body {
color: #330;
background: #f5fff5;
margin: 0.5em;
}
div.navi {
font-size: smaller;
text-align: center;
font-weight: bolder;
margin-bottom: 1em;
}
a {
color: blue;
text-decoration: none;
} a:hover {
color: #090;
background: transparent url("niji.gif") repeat-x bottom;
}
ol {
margin-left: 1.5em;
padding: 0;
}
ul {
margin: 1em 0 1em 0.5em;
list-style-type: square;
padding: 0;
}
li {
margin-bottom: 0.1em;
}