From 820068f3e362c881469f8384013648c888d8b512 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Wed, 22 Oct 2014 15:45:17 +0200 Subject: [PATCH] Backport changes made to bootstrap.css The less files weren't updated in https://github.com/scaleconf/scaleconf.github.com/commit/aeb7c46157e419f7d443996367bad25bb7211234#diff-3224ae3f62195e1915c55c8982e54794 and https://github.com/scaleconf/scaleconf.github.com/commit/18abfc40bbc22148f5ca033d73f346dd81ba806f#diff-3224ae3f62195e1915c55c8982e54794 This ports those changes back into less --- less/scaleconf.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/less/scaleconf.less b/less/scaleconf.less index 2e94086b..0b80edef 100644 --- a/less/scaleconf.less +++ b/less/scaleconf.less @@ -17,6 +17,12 @@ ul.scaleconf-heads li background-position: 0px; background-repeat: no-repeat; } +div.sponsor-text p { + font-size:1.1em; +} +img.sponsor-logo { + margin: 0 auto; +} ul.scaleconf-heads { margin-left: 13px;