Remove font-size overrides for traces and user lists

This makes them much easier to read
This commit is contained in:
Andy Allan 2019-12-19 18:03:09 +01:00
parent 01a506a254
commit f8d61f287c

View file

@ -1487,7 +1487,6 @@ tr.turn:hover {
/* Rules for the trace list shown by the traces tab etc */
#trace_list {
font-size: $lineheight/2;
border-width: 0px;
text-align: right;
@ -1642,7 +1641,6 @@ tr.turn:hover {
/* Rules for the user list */
#user_list {
font-size: $lineheight/2;
width: 100%;
tr {