From kde-commits Sat Aug 31 23:36:35 2013 From: Sayak Banerjee Date: Sat, 31 Aug 2013 23:36:35 +0000 To: kde-commits Subject: [websites/neverland/develop] css: Fix some pixels there Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=137799220526503 Git commit c72b25081d48bc5aaed8d590ad60cf5461d7e8e2 by Sayak Banerjee. Committed on 31/08/2013 at 23:35. Pushed by sayakb into branch 'develop'. Fix some pixels there M +9 -1 css/bootstrap-pandora.css http://commits.kde.org/websites/neverland/c72b25081d48bc5aaed8d590ad60cf546= 1d7e8e2 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; }