]> git.openstreetmap.org Git - rails.git/commitdiff
Remove font-size overrides for traces and user lists
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 19 Dec 2019 17:03:09 +0000 (18:03 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 19 Dec 2019 17:03:09 +0000 (18:03 +0100)
This makes them much easier to read

app/assets/stylesheets/common.scss

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