Commit: 4feeb45e267e106d1b53a5fa9f37b10a31f28043 Author: Hannes Magnusson <[email protected]> Wed, 20 Nov 2013 20:53:03 -0800 Parents: f46b45e9d5d8e4ee3ea07a3e45d057237af2a375 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4feeb45e267e106d1b53a5fa9f37b10a31f28043 Log: Remove old-style news css. Rip that "panel" css for news headlines Changed paths: M styles/home.css Diff: diff --git a/styles/home.css b/styles/home.css index d47bb93..bba65b8 100644 --- a/styles/home.css +++ b/styles/home.css @@ -150,45 +150,21 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99 } /* }}} */ -.home-content #recentNewsEntries { - position: relative; -} -.home-content .separator { - clear: left; - height:.25em; - margin-top:3em; - margin-bottom:-.25em; - background:#669; +.newsentry .newstitle a { + background-color: #ebebf4; + color:#333; + padding: .75em 1em; + display: block; } -.home .newsItem { - border-bottom: 0; -} -.home .newsItem + .newsItem { - border-top: 1px dotted #999; - padding-top:.75em; -} -.newsItem h2 a { - border-bottom-width:0; -} -.newsItem h2 a:hover, -.newsItem h2 a:focus { - border-bottom-width:1px; -} -.fullArticleLink { - font-size:.75em; - line-height: 2; -} -.fullArticleLink a { +.newsentry .newstitle a::after { + float:right; + content:"ยป"; color:#666; - border-color:transparent; -} -.fullArticleLink a:hover, -.fullArticleLink a:focus { - color:#333; - border-bottom-color:#333; } -.newsArchive { - text-align: right; +.newsentry .newscontent { + padding: 5px; + margin-bottom: 20px; } + -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
