diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 16:52:38 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-24 16:52:38 -0500 |
commit | 691310d16e6873b83c55f62a59d5010dd8bb7e98 (patch) | |
tree | c62543dca097f7c914e27674222c34645f8498b8 /src/SMAPI.Web/wwwroot/Content | |
parent | d7696912e007a2b455a2fd5e1974924d2efe83b3 (diff) | |
download | SMAPI-691310d16e6873b83c55f62a59d5010dd8bb7e98.tar.gz SMAPI-691310d16e6873b83c55f62a59d5010dd8bb7e98.tar.bz2 SMAPI-691310d16e6873b83c55f62a59d5010dd8bb7e98.zip |
add content pack support to log parser
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css index a3be0c85..cbf09ffe 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -97,6 +97,12 @@ table#mods { opacity: 0.5; } +#mods .content-packs { + margin-left: 1em; + font-size: 0.9em; + font-style: italic; +} + #metadata td:first-child { padding-right: 5px; } |