diff options
author | danvolchek <volchek2@illinois.edu> | 2019-03-14 00:48:03 -0500 |
---|---|---|
committer | danvolchek <volchek2@illinois.edu> | 2019-03-14 00:48:03 -0500 |
commit | f91d9ce97eadd35314a5b4c46e9cbe0649387b97 (patch) | |
tree | 0a794afbda01efb8fb9d794ca6389a8f7611a724 | |
parent | 0e504ce18aff14409c37b44462e58b94c1bbb9df (diff) | |
download | SMAPI-f91d9ce97eadd35314a5b4c46e9cbe0649387b97.tar.gz SMAPI-f91d9ce97eadd35314a5b4c46e9cbe0649387b97.tar.bz2 SMAPI-f91d9ce97eadd35314a5b4c46e9cbe0649387b97.zip |
remove unneeded log parser css rule
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 2 | ||||
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 36855768..babd0bd3 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -17,7 +17,7 @@ { <meta name="robots" content="noindex" /> } - <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20190310" /> + <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20190314" /> <script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.min.js" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js" crossorigin="anonymous"></script> <script src="~/Content/js/log-parser.js?r=20190310"></script> diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css index 7610f12c..d5013207 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -255,7 +255,6 @@ table caption { } #log td[data-title]:hover { - font-size: 1px; overflow: inherit; position: relative; } |