From f974e2c9d6e8d03957364155855bb45e16b6b70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyrille=20M=C3=A9dard=20de=20Chardon?= Date: Tue, 23 Sep 2014 23:11:15 +0200 Subject: [PATCH] Added logo, striped lower boxes. --- css/level2.css | 15 ++++++++++++++- index.html | 11 +++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/css/level2.css b/css/level2.css index 433b6eb..ffcca4b 100644 --- a/css/level2.css +++ b/css/level2.css @@ -78,8 +78,17 @@ h1, h2, h3, h4, h5, h6 { } .logo { - text-align: center; + text-align: left; font-size: 4em; + margin-left: -67px; +} + +.logo img { + height: 100px; +} + +.logo .row > div:first-child { + text-align: right; } .open { @@ -109,3 +118,7 @@ h1, h2, h3, h4, h5, h6 { .busses h1:first-child, .cfl h1:first-child, .events h1:first-child, .news h1:first-child { border-bottom: 1px solid #333333; } + +.events, .cfl { + background-color: #e7e7e7; +} diff --git a/index.html b/index.html index c23eebc..ac6620f 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,15 @@