gnuherds-app-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AGPL logo -- CSS


From: Davi Leal
Subject: Re: AGPL logo -- CSS
Date: Wed, 21 May 2008 00:07:09 +0200
User-agent: KMail/1.9.7

Dave Crossland wrote:
> > The 'notes' class is being used only by the AGPL banner.
>
> Perhaps it should be renamed to something more meaningful? "bannerNote" ?

What about just "agpl"?

Note it is used both for the AGPL-<div> and for the AGPL-<a> sentence inside 
such <div>:

      .notes{
          padding:0px;
          float:right;
      }

      .notes a{
          color:#470000;
      }


  <div class="notes">
    <p>
      <a href="..."><img src=".../agplv3-155x51.png" alt="..."></a>
      {t}Download the project source code!{/t}
    </p>
  </div>



> I do plan to create a staging server at home and contribute directly,
> but will be delayed sadly.

I will follow contributing at my own pace.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]