1
0
forked from 0ad/0ad
0ad/binaries/logs/style.css
Ykkrosh 8b7d1fcfb3 * Moved command-line options list from system.cfg into readme.txt. Updated the list to reflect reality. Removed -novbo option because you can use the .cfg file instead.
* Changed log files to trigger standards mode in Firefox (to be
consistent with other browsers), by making it valid HTML5. Changed the
font and some spacing.
 * Made CLogger default to ignoring messages if it hasn't been
initialised yet, instead of crashing.
 * Added leak reporting to the unit tests.
 * Renamed mods/_tests to mods/_test.xero, since it's only used by
Xeromyces and the other tests use mods/_test.otherstuff instead.
 * Fixed Atlas compilation on Windows.
 * Moved Atlas's DLL-loading code into a separate class, so it can be
shared.

This was SVN commit r4707.
2006-12-20 03:09:21 +00:00

34 lines
311 B
CSS
Executable File

body {
background-color: #eee;
font-family: sans-serif;
color: black;
}
p.logo {
margin: 0;
padding: 0;
text-align: center;
}
p {
margin-top: 0.2em;
margin-bottom: 0.2em;
padding: 1px;
}
h1 {
font-size: 1.3em;
}
p {
background-color: white;
}
.error {
color: red;
}
.warning {
color: blue;
}