diff options
author | derchris | 2019-12-25 12:19:48 +0100 |
---|---|---|
committer | derchris | 2019-12-25 12:19:48 +0100 |
commit | 3fe5d2315710997b945fb93321487ddc94668375 (patch) | |
tree | 08d00598f324b58cc6f2e41903ec1395387a9bf9 /configs/conferences | |
parent | ab613a473fc977ccd69e392dc55c66a9d202fc86 (diff) |
36c3: change schedule font
Diffstat (limited to 'configs/conferences')
-rw-r--r-- | configs/conferences/36c3/main.less | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/configs/conferences/36c3/main.less b/configs/conferences/36c3/main.less index e92c2d8..e006154 100644 --- a/configs/conferences/36c3/main.less +++ b/configs/conferences/36c3/main.less @@ -45,7 +45,7 @@ h1, h2, -h3, +//h3, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand, @@ -108,6 +108,11 @@ body { padding: @navbar-height 0; } +body .schedule .block h5 { + color: #767676; +} + + nav.navbar { .navbar-brand { color: @orange; @@ -142,7 +147,7 @@ nav.navbar { position: fixed; left: 10px; - bottom: 100px; + //bottom: 100px; width: 160px; height: 780px; @@ -162,7 +167,7 @@ nav.navbar { position: fixed; right: 10px; - bottom: 100px; + //bottom: 100px; width: 116px; height: 780px; |