From 39616a9fc697f20d865db442d2502f51f4cd974d Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 25 Nov 2013 23:54:40 +0530 Subject: [PATCH] added custom styling for .btn-block class. When the width of the screen is 1280px or higher. The width of the .btn-block is set to 85%. --- 2014/assets/css/custom.css | 12 ++++++++++++ server/staging/lpc14/index.html | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 3779583e..7d00336f 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -79,6 +79,18 @@ body { } +@media (min-width:1280px) { + .btn-block { + display: block; + margin-right:auto; + margin-left:auto; + width: 85%; + padding-right: 0; + padding-left: 0; + } +} + + .fsf-donate-button { margin-left: 24%; margin-top: 25px; diff --git a/server/staging/lpc14/index.html b/server/staging/lpc14/index.html index bbc2bd70..acb26dbc 100644 --- a/server/staging/lpc14/index.html +++ b/server/staging/lpc14/index.html @@ -15,14 +15,14 @@
-
+

LibrePlanet 2014

March 22nd-23rd 2014 in Cambridge, MA

Free software, free society

-