diff options
-rw-r--r-- | web/include/home.php | 2 | ||||
-rw-r--r-- | web/ioq3.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/include/home.php b/web/include/home.php index 060f71c..a346427 100644 --- a/web/include/home.php +++ b/web/include/home.php @@ -1,6 +1,8 @@ <p>Quake 3 source code was released on August 20th by the fine folks at id Software. We thank them for that, and are continuing the mission of producing a Quake 3 that is without fault.</p> +<p class="angryzakk">The Quake 3 engine is open source, this does <strong>not</strong> mean that +Quake 3 Arena the game is free. You must purchase the game to use the data!</p> <img src="images/thenameofthisprojectis3.jpg" class="right" alt="Logo" /> <h2>What's the point?</h2> diff --git a/web/ioq3.css b/web/ioq3.css index 461bee2..d01f0ff 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -133,7 +133,6 @@ ul h3 { background-color: #aaa; font-style: italic; font-size: 1.2em; - font-weight: bold; } .current { |