Adjust license text in about dialog to wrap better.

This commit is contained in:
Oliver Hamlet
2014-12-30 17:15:54 +00:00
parent 3c0541f176
commit 412058b578
2 changed files with 7 additions and 11 deletions
+4 -1
View File
@@ -165,8 +165,11 @@ li.warn {
}
/* Dialogs */
#about {
max-width: 580px;
}
#about blockquote {
white-space: pre;
white-space: pre-line;
}
#settingsDialog > div > * {
margin: 16px;
+3 -10
View File
@@ -230,18 +230,11 @@
<p>LOOT is free, but if you want to show your appreciation with some money, donations may be made to WrinklyNinja (LOOT's creator and main developer) using <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDR3YBGGYCLBG">PayPal</a>, <a href="https://wrinklyninja.github.io/bitcoin/">Bitcoin</a> or <a href="https://flattr.com/submit/auto?user_id=OliverHamlet&url=https://wrinklyninja.github.io&title=LOOT">Flattr</a>.</p>
<p>Copyright &copy; 2012&ndash;2014 WrinklyNinja</p>
<blockquote>
LOOT is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
by the Free Software Foundation, either version 3 of the
License, or any later version.
LOOT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
LOOT is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
LOOT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with LOOT. If not, see &lt;http://www.gnu.org/licenses/&gt;.
You should have received a copy of the GNU General Public License along with LOOT. If not, see &lt;http://www.gnu.org/licenses/&gt;.
</blockquote>
<paper-button affirmative autofocus>OK</paper-button>
</loot-dialog>