Jordà Polo 2ad8a010ae Prepare 1.6 release notes
The template file has the same structure as the 1.4 release notes, but it is
still a work in progress and has no real content yet.

The Makefile used to build the release notes includes a few improvements: it
is now possible to build multiple .po and .html file simultaneously (see
make -j) and doesn't require updating the list of available translations.
2009-02-26 21:14:43 +00:00

52 lines
632 B
CSS

@import url(http://www.wesnoth.org/mw/skins/glamdrol/main.css);
#header {
background: url(http://www.wesnoth.org/mw/skins/glamdrol/headerbg_large.jpg) top repeat-x;
}
h1 {
font-size: 195%;
}
h2 {
margin-bottom: 0.6em;
font-size: 165%;
}
h3 {
margin-bottom: 0.6em;
color: #111;
font-size: 150%;
}
dt {
color: #444;
}
hr {
background-color: #666;
}
#languages {
margin: 0;
padding: 0;
text-align: left;
}
#languages p {
margin: 0;
}
#languages ul {
margin: 0 0 1em 0;
padding: 0;
list-style: none;
}
#languages li {
display: inline;
margin: 0;
padding: 0 6px 0 0;
list-style: none;
}