Commit: 72d41647d22331119566f881240cc957dc451e57 Author: Dejan Marjanovic <[email protected]> Thu, 18 Oct 2018 21:49:16 +0200 Committer: Peter Kokot <[email protected]> Thu, 18 Oct 2018 21:49:16 +0200 Parents: 28df00e01e918fc1c0304babda6cd2e855aa1aaa Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=72d41647d22331119566f881240cc957dc451e57 Log: Fix footer background and borders Changed paths: M styles/people.css Diff: diff --git a/styles/people.css b/styles/people.css index 555e0ff..c235c60 100644 --- a/styles/people.css +++ b/styles/people.css @@ -224,6 +224,9 @@ footer { display: table-row; height: 1px; } +footer nav.fullscreen { + background: #333; +} /* }}} */ /* vim: set expandtab shiftwidth=2 softtabstop=2 tabstop=2 fdm=marker : */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
