Skip to content

Commit 944ffd6

Browse files
committed
Reduce top padding in content area.
1 parent a39df25 commit 944ffd6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

themes/jquery/css/base.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ iframe {
953953
-webkit-box-shadow: 0 0 7px rgba(1, 1, 1, 0.87);
954954
box-shadow: 0 0 7px rgba(1, 1, 1, 0.87);
955955
max-width: 1240px;
956-
padding: 40px;
956+
padding: 20px 40px;
957957
margin: 0 auto;
958958
border-radius: 0 0 10px 10px;
959959
position: relative;
@@ -995,7 +995,7 @@ iframe {
995995
-webkit-border-image: -webkit-linear-gradient(#ffffff, #e7e7e7 15%, #e7e7e7 85%, #ffffff);
996996
-o-border-image: -o-linear-gradient(#ffffff, #e7e7e7 15%, #e7e7e7 85%, #ffffff);
997997
border-image: linear-gradient(#ffffff, #e7e7e7 15%, #e7e7e7 85%, #ffffff);
998-
padding: 3em 20px 3em 35px;
998+
padding: 20px 20px 20px 35px;
999999
-webkit-box-shadow: inset 15px 0 5px -16px #e7e7e7;
10001000
box-shadow: inset 15px 0 5px -16px #e7e7e7;
10011001
background-image: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 80, color-stop(0%, #f2f2f2), color-stop(80%, #ffffff));
@@ -1015,7 +1015,7 @@ iframe {
10151015
float: left;
10161016
border-left: 0;
10171017
border-right: 1px solid #e7e7e7;
1018-
margin: -40px 0 40px -40px;
1018+
margin: -20px 0 0 -40px;
10191019
-moz-border-image: -moz-linear-gradient(#ffffff, #e7e7e7 15%, #e7e7e7 85%, #ffffff);
10201020
-webkit-border-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(15%, #e7e7e7), color-stop(85%, #e7e7e7), color-stop(100%, #ffffff));
10211021
-webkit-border-image: -webkit-linear-gradient(#ffffff, #e7e7e7 15%, #e7e7e7 85%, #ffffff);
@@ -1805,11 +1805,8 @@ p.author a {
18051805

18061806
#banner-secondary {
18071807
background-image: url(../images/dark-grey-tile.png);
1808-
margin-top: -40px;
1809-
margin-left: -40px;
1810-
margin-right: -40px;
1808+
margin: -20px -40px 30px;
18111809
padding: 20px 40px;
1812-
margin-bottom: 30px;
18131810
}
18141811

18151812
#banner-secondary h2,

0 commit comments

Comments
 (0)