Re: [Tails-l10n] (review) [de] wiki/src/doc/first_steps/rese…

Delete this message

Reply to this message
Author: emmapeel
Date:  
To: Tails localization discussion
Subject: Re: [Tails-l10n] (review) [de] wiki/src/doc/first_steps/reset/windows.de.po
Muri Nicanor:
> hi,
>
> i may be wrong, but isn't there also some kind of graphic highlighing of
> button labels in use on tails.boum.org, like emphasising or using italic?
>

There are some <div> css styles available, like 'bug', 'warning' etc.
And there is class 'button' too, see the Donate button for example:

<div class="donate button">
    <a href="../../../contribute/how/donate/index.en.html">Donate</a>
</div>



Or donate button:
<div class="download button">
  <a href="../../../download/index.en.html"><span
class="download">Download</span>
    <span class="tails">Tails
1.4
</span>


(I hope I am not stating the obvious)