On 15 June 2014 22:58, Peter Cowburn <sala...@php.net> wrote: > Commit: deb6efd0fa1664b989f444c153439b4d2111e824 > Author: Peter Cowburn <petercowb...@gmail.com> Sun, 15 Jun > 2014 22:58:40 +0100 > Parents: f7e1265f75f8211fb0b539cf91e93fd2182581f1 > Branches: master > > Link: > http://git.php.net/?p=web/shared.git;a=commitdiff;h=deb6efd0fa1664b989f444c153439b4d2111e824 > > Log: > add borders to people header/footer > > Changed paths: > M styles/people.css > > > Diff: > diff --git a/styles/people.css b/styles/people.css > index 546101c..555e0ff 100644 > --- a/styles/people.css > +++ b/styles/people.css > @@ -3,11 +3,10 @@ body { > background: #f2f4f6; > } > header { > - border-bottom: none; > box-shadow: none; > } > footer { > - border-top: none; > + outline: .25em solid #8892BF; >
The use of “outline” here might seem weird, but is used because as part of the “sticky footer” implementation the footer has “display: table-row” which would not display a border. If it causes issues, let me know. > } > /* }}} */ > > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >