1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fixed spacing issues on the home page that resulted from previous changes to headings and lists.

This commit is contained in:
Stewart Lord
2011-07-15 07:14:01 +00:00
parent b0fa7b745b
commit 7091dea056
2 changed files with 5 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99
float: none !important;
width: auto !important;
padding: 0 !important;
margin: 0;
}
#mega-drop-down div.download li:first-child {
@@ -250,6 +251,7 @@ div.featured-content div.bottom-right span.graphic {
div.featured-content div.feature h2 {
line-height: 1;
padding-bottom: .5em;
margin: 0;
}
div.featured-content p {
@@ -271,6 +273,7 @@ div.home-sidebar h2 {
line-height: 100%;
padding: 5px 0 10px 0;
font-weight: normal;
margin: 0;
}
div.home-sidebar h2:first-child {
@@ -279,5 +282,6 @@ div.home-sidebar h2:first-child {
div.home-sidebar ul {
margin: 0 0 30px 0;
list-style-type: none;
padding: 0;
}

View File

@@ -540,6 +540,7 @@ footer .footer-content {
footer .footmenu {
float: right;
margin: 0;
}
footer .footmenu.copyright {
float: left;