From be90aa14c92931061bc955ea350118171e9acadd Mon Sep 17 00:00:00 2001 From: kisselev Date: Mon, 29 Jul 2013 10:47:41 -0700 Subject: [PATCH] Revert "CSS padding tweaks for modified time" This reverts commit 9f34b05cd6204454276018f171a8e439ca04900a. --- css/daux-blue.css | 2 +- css/daux-green.css | 2 +- css/daux-navy.css | 2 +- css/daux-red.css | 2 +- less/import/daux-base.less | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/daux-blue.css b/css/daux-blue.css index a74fdd8..9d3fadd 100644 --- a/css/daux-blue.css +++ b/css/daux-blue.css @@ -6720,7 +6720,7 @@ code { } .page-header { margin: 10px 0px; - padding: 0px 0 20px; + padding: 0px; } .page-header h1 { margin-top: 0px; diff --git a/css/daux-green.css b/css/daux-green.css index 1f846e4..5b557a2 100644 --- a/css/daux-green.css +++ b/css/daux-green.css @@ -6720,7 +6720,7 @@ code { } .page-header { margin: 10px 0px; - padding: 0px 0 20px; + padding: 0px; } .page-header h1 { margin-top: 0px; diff --git a/css/daux-navy.css b/css/daux-navy.css index 77287f9..90a7466 100644 --- a/css/daux-navy.css +++ b/css/daux-navy.css @@ -6720,7 +6720,7 @@ code { } .page-header { margin: 10px 0px; - padding: 0px 0 20px; + padding: 0px; } .page-header h1 { margin-top: 0px; diff --git a/css/daux-red.css b/css/daux-red.css index 7017f8a..9187ad0 100644 --- a/css/daux-red.css +++ b/css/daux-red.css @@ -6720,7 +6720,7 @@ code { } .page-header { margin: 10px 0px; - padding: 0px 0 20px; + padding: 0px; } .page-header h1 { margin-top: 0px; diff --git a/less/import/daux-base.less b/less/import/daux-base.less index ca4a8ff..6d2faa6 100644 --- a/less/import/daux-base.less +++ b/less/import/daux-base.less @@ -474,7 +474,7 @@ code { .page-header { margin: 10px 0px; - padding: 0px 0 20px; + padding: 0px; h1 { margin-top: 0px; }