Fixed overflow of the bearings onto two lines when adding QSOs

pull/129/merge
Peter Goodhall 2013-02-16 15:02:30 +00:00
rodzic 81bf092416
commit be931f3a68
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -34,4 +34,8 @@ input[type="text"] {
.topbar input {
width: 100px !important;
}
input#country {
width: 180px;
}