[pmwiki-users] Link "last news" automatically

DaveG pmwiki at solidgone.com
Tue May 11 20:43:04 CDT 2010



On 5/11/2010 6:59 PM, Francesco Sblendorio wrote:
> Thank you very much, I solved with your suggestion!
> (http://www.cicap.org/lombardia/wiki/pmwiki.php/Main/HomePage)
>
> Now, I'd like to separate by a thin bottom border (1px) the 5 links
> under the "News" section in the SideBar. I tried by using this
> definition in sidebar:
>
> [[#newshead]]
> (:template first:)
> %sidehead% [[{=$FullName}|News]]
> (:template each:)
> * [[{=$FullName}|*%newsentry%*{=$Titlespaced}]]
> [[#newsheadend]]
> (:ifend:)
>
> so placing %newsentry% as style and defining it as:
> *.newsentry { border-bottom-style:solid; border-bottom-width:1px }*
> ...in "pub/css/local.css".
Add:
.newsentry { display:block; border-bottom-style:solid; 
border-bottom-width:1px }




More information about the pmwiki-users mailing list