remove unneeded log parser css rule

This commit is contained in:
danvolchek 2019-03-14 00:48:03 -05:00
parent 0e504ce18a
commit f91d9ce97e
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@
{ {
<meta name="robots" content="noindex" /> <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/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="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> <script src="~/Content/js/log-parser.js?r=20190310"></script>

View File

@ -255,7 +255,6 @@ table caption {
} }
#log td[data-title]:hover { #log td[data-title]:hover {
font-size: 1px;
overflow: inherit; overflow: inherit;
position: relative; position: relative;
} }