From 8d13f242bff45ef05f2c6183070071d09d2dc556 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 12 Jan 2021 12:01:15 +0100 Subject: [PATCH] Add CodeMirror 6 banner to front page --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3934c309d9..733dcdab9c 100644 --- a/index.html +++ b/index.html @@ -18,10 +18,13 @@ .CodeMirror { height: auto; border: 1px solid #ddd; } .CodeMirror-scroll { max-height: 200px; } .CodeMirror pre { padding-left: 7px; line-height: 1.25; } - .banner { background: #ffc; padding: 6px; border-bottom: 2px solid silver; } - .banner div { margin: 0 auto; max-width: 700px; text-align: center; } + .banner { background: #ffc; padding: 6px; border-bottom: 2px solid silver; text-align: center } + +