forked from mirrors/0ad
* 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.
This commit is contained in:
+28
-5
@@ -1,10 +1,33 @@
|
||||
BODY { background-color: #EEEEEE; font-family: "Tahoma"; font-size: 12pt; color: #000000}
|
||||
body {
|
||||
background-color: #eee;
|
||||
font-family: sans-serif;
|
||||
color: black;
|
||||
}
|
||||
|
||||
P { background-color: #FFFFFF; font-family: "Tahoma"; font-size: 12pt; color: #000000;}
|
||||
p.logo {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
P.error { background-color: #FFFFFF; font-family: "Tahoma"; font-size: 12pt; color: red}
|
||||
p {
|
||||
margin-top: 0.2em;
|
||||
margin-bottom: 0.2em;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
P.warning { background-color: #FFFFFF; font-family: "Tahoma"; font-size: 12pt; color: #0000FF}
|
||||
h1 {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
H1 { background-color: #EEEEEE; font-family: "Tahoma"; font-size: 16pt; font-color: #000000 }
|
||||
p {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user