spacing for about page
[taboo.git] / chrome / content / about.html
blob6b7984cfba1ec2be6d07023143aa9911dd1d105d
1 <html>
2 <head>
3 <script type="text/javascript">
4 document.write('<link rel="stylesheet" href="chrome://taboo/skin/about.css?' + Math.random() + '" />');
5 </script>
6 </head>
8 <body class="about">
9 <h1>Using Taboo</h1>
10 <table style="width: 300px">
11 <tr>
12 <td style="width: 50px"><span id="taboo-toolbarbutton-add"></span></td>
13 <td>To use Taboo, just click on this icon, found next to your address bar. This saves the tab for you.</td>
14 </tr>
15 <tr>
16 <td style="width: 50px"><span id="taboo-toolbarbutton-add-saved"></span></td>
17 <td>Saved Taboos display this icon instead. Clicking this again will the taboo again, updating the screenshot and saved state. (shift-clicking this will move the taboo to the trashcan)</td>
18 </tr>
19 <tr>
20 <td style="width: 50px"><span id="taboo-toolbarbutton-view"></span></td>
21 <td>To view your saved taboos, click on this icon.</td>
22 </tr>
23 </table>
25 <br />
26 <br />
28 <h1>About Taboo</h1>
29 <p>Taboo was created by <a target="window" href="http://overstimulate.com">Jesse Andrews</a>,
30 <a target="window" href="http://yosh.org">Manish Singh</a>, and
31 <a target="window" href="http://iantriesagain.com">Ian Fischer</a>.
32 </p>
33 </body>
34 </html>