Commit: deb3966573c8471d4310829b462c5ac70ea9c748 Author: Levi Morrison <[email protected]> Wed, 10 Jul 2013 14:04:15 -0600 Parents: da4c2d55a7d5f2fc68631f7d1c74458ac1657d6d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=deb3966573c8471d4310829b462c5ac70ea9c748 Log: Updates to bring Homepage colors and spacing in line with the rest of the site. Changed paths: M styles/bootstrap.css M styles/home.css M styles/theme.css Diff: diff --git a/styles/bootstrap.css b/styles/bootstrap.css index 8ccb435..fac6727 100644 --- a/styles/bootstrap.css +++ b/styles/bootstrap.css @@ -2022,9 +2022,6 @@ textarea { body { padding-top:3.25em; } - #topsearch.navbar-search { - margin-right: 1.5em; - } } @media (min-width: 1500px) { body.docs .container, diff --git a/styles/home.css b/styles/home.css index a757423..0fca17a 100644 --- a/styles/home.css +++ b/styles/home.css @@ -215,53 +215,39 @@ section.layout-content.home { padding:0; border:0; } -.home aside.tips .border { - border:0; -} .home aside.tips div.inner { margin:0; clear:none; } .home .announcements { display: block; - background-color: #cce; - padding: 1.5em; - text-align: left; - margin: 0 auto; + background-color: #eeeef6; + padding: 1em; + margin: 0; list-style: none; } .home .announcements li + li { - margin-top:1.5em; + margin-top:.75em; } .home .announcements ul, .home .announcements ul li { list-style: none; margin: 0; padding: 0; - text-align: left; } /* Right-hand sidebar */ -.home aside h3 { - border-bottom: .25em solid #99c; - margin: 1.2em 0 .95em; - padding:0; -} .home aside.tips h3.panel { - line-height: 1.2em; - border:0; - margin:1.2em 0; -} -.home aside.tips h3:first-child { - margin-top: 0; + margin:0.66666666666667em 0; } + .home aside.tips h3.panel a { - background:#ddd; + background:#eee; color:#333; border:0; display: block; - padding:.6em 1em; + padding: .625em 0.88888888888889em; } .home aside.tips h3.panel a::after { float:right; diff --git a/styles/theme.css b/styles/theme.css index 3104b76..b7ee1ff 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -150,6 +150,9 @@ hr { border-top:.25em solid #99c; } +.navbar .brand { + margin-right:.75em; +} .navbar .brand img { padding:3px 0; } @@ -547,7 +550,7 @@ aside.tips div.border { } aside.tips div.border.second { - border-color: #7F7FB2; + border-color: #669; } aside.tips div.border.third { @@ -562,7 +565,6 @@ aside.tips div.inner { #layout { margin: .75em auto; - padding-right:3em; clear:both; } @@ -744,7 +746,7 @@ table.standard th.subr { margin-bottom: .75em; } .newsItem { - margin:.75em 0; + margin:0 0 .75em; border-bottom: solid 0.25em #99c; } .newsItem:last-child { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
