UPDATED copyrights in JS & CSS files.

ADDED minify & compression support.
FIXED bug w/ missing release data.
UPDATED to v0.1.3
This commit is contained in:
Eric Woodward
2018-01-10 21:57:18 -05:00
parent bef6e33c79
commit 2c6e502de2
7 changed files with 84 additions and 55 deletions

View File

@@ -1,10 +1,11 @@
/****************************************************************************
* The Codex Mythica
/*!
* @project The Codex Mythica
*
* Copyright 2017-2018 Eric Woodward
* Source released under CC0 Public Domain License v1.0
* @copyright Copyright 2017-2018 Eric Woodward
* @license CC0 Public Domain License v1.0
* http://creativecommons.org/publicdomain/zero/1.0/
****************************************************************************/
*
*/
@font-face {
font-family: 'liberation_serif';
@@ -411,6 +412,10 @@ p {
width: 100%;
}
.searchForm legend {
color: #FFFDD7;
}
.searchForm ul {
list-style-type: none;
padding: 0;