From kde-commits Sat Aug 31 23:36:36 2013 From: Sayak Banerjee Date: Sat, 31 Aug 2013 23:36:36 +0000 To: kde-commits Subject: [websites/neverland] css: Fix some pixels there Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=137799220526504 Git commit 9eb7e2464884df19ac5379c115785ba91c9a57b7 by Sayak Banerjee. Committed on 31/08/2013 at 23:36. Pushed by sayakb into branch 'master'. Fix some pixels there M +9 -1 css/bootstrap-pandora.css http://commits.kde.org/websites/neverland/9eb7e2464884df19ac5379c115785ba91= c9a57b7 diff --git a/css/bootstrap-pandora.css b/css/bootstrap-pandora.css index c0ec8a8..ec29fb4 100644 --- a/css/bootstrap-pandora.css +++ b/css/bootstrap-pandora.css @@ -1,4 +1,4 @@ - h1, h2, h3, h4, h5, h6 { +h1, h2, h3, h4, h5, h6 { line-height: 1em; margin-bottom: 20px; } @@ -232,6 +232,14 @@ td.align-right a:hover { .time-icon { margin-right: 8px; } +.tpl-data { + width: 99%; + min-height: 400px; +} +.tpl-form .form-actions { + margin-bottom: 0; + padding-bottom: 0; +} .form-actions li.visible { display: inline !important; }