diff options
Diffstat (limited to 'configs/conferences/36c3/main.less')
-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; |