Compare commits

..

3 Commits

3 changed files with 6 additions and 0 deletions

View File

@ -1 +1,2 @@
42 * * * * camper /usr/bin/psql --quiet --output=/dev/null --command='set role guest; select * from camper.flush_payments()'
21 * * * * camper /usr/bin/camper-weather

View File

@ -1,3 +1,4 @@
usr/bin/camper usr/bin
usr/bin/camper-weather usr/bin
locale usr/share/camper
web usr/share/camper

View File

@ -1889,6 +1889,10 @@ dt {
align-items: center;
}
.weather-forecast span, .weather-forecast time {
line-height: 1;
}
.weather-forecast span {
font-size: .95em;
}