# HG changeset patch # User Teemu Piippo # Date 1536867980 -10800 # Node ID e7174afc61212b05bf9421a174e45c0e89b09fb9 # Parent 5b6652cd4954fac748fc0628f90282c6cc8922cf use a bigger font diff -r 5b6652cd4954 -r e7174afc6121 templates/trip.html --- a/templates/trip.html Thu Sep 13 22:25:16 2018 +0300 +++ b/templates/trip.html Thu Sep 13 22:46:20 2018 +0300 @@ -60,6 +60,10 @@ background-color: #e0e0e0; border-radius: 3px; } + .popup + { + font-size: 16pt; + } #mapid { height: 50vh; }