diff options
author | Florian Zeitz | 2018-10-15 20:52:05 +0200 |
---|---|---|
committer | Florian Zeitz | 2018-10-15 20:52:05 +0200 |
commit | b898ec36543cce9b7e538fb08287856f54d5d7a3 (patch) | |
tree | 3346481cbe86fd8118b315a59d11ea0c628aa6d8 /configs/conferences | |
parent | 69ab442c8b081f79ea918d8ccef496383e0d6b5a (diff) |
sonoj2018: Fix end date and navbar height
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/sonoj2018/config.php | 2 | ||||
-rwxr-xr-x | configs/conferences/sonoj2018/main.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/sonoj2018/config.php b/configs/conferences/sonoj2018/config.php index 3e0a3e7..1ea9454 100755 --- a/configs/conferences/sonoj2018/config.php +++ b/configs/conferences/sonoj2018/config.php @@ -16,7 +16,7 @@ $CONFIG['CONFERENCE'] = array( * * Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten) */ - 'ENDS_AT' => strtotime("2017-10-28 18:00"), + 'ENDS_AT' => strtotime("2018-10-28 18:00"), /** * Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before' diff --git a/configs/conferences/sonoj2018/main.less b/configs/conferences/sonoj2018/main.less index 7603369..abd7a6e 100755 --- a/configs/conferences/sonoj2018/main.less +++ b/configs/conferences/sonoj2018/main.less @@ -14,7 +14,7 @@ .navbar-brand { height: 60px !important; - line-height: 38px !important; + line-height: 32px !important; } .navbar-brand .icon { |