aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Zeitz2018-10-15 20:52:05 +0200
committerFlorian Zeitz2018-10-15 20:52:05 +0200
commitb898ec36543cce9b7e538fb08287856f54d5d7a3 (patch)
tree3346481cbe86fd8118b315a59d11ea0c628aa6d8
parent69ab442c8b081f79ea918d8ccef496383e0d6b5a (diff)
sonoj2018: Fix end date and navbar height
-rwxr-xr-xconfigs/conferences/sonoj2018/config.php2
-rwxr-xr-xconfigs/conferences/sonoj2018/main.less2
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 {