Not directly, you could give line-height a go and fiddle with padding to get
stuff the way you want it.



On Thu, Jul 17, 2008 at 11:43 PM, Kelly Moore <[EMAIL PROTECTED]>
wrote:

> So I have a list links, separated by a pipe, a la alistapart.  My
> issue, the pipes are so darned tall!  Odd from a design perspective.
> Is there a way to set a height to 'border-left' ?
>
> here's the CSS:
>
> #footerlinks ul{
>  margin-left: 0;
>        padding-left: 0;
>        display: inline;
> }
>
> #footer #footerlinks ul li {
>    margin-left: 0;
>    padding: 3px 20px;
>    border-left: 1px solid #000;
>    list-style: none;
>    display: inline;
> }
>
> #footerlinks ul li.first{
>    border-left: none;
> }
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to