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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user