From 42728bfe059e0a89cf7978a5bcfefb7c51d43989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Wed, 3 Aug 2011 23:24:22 -0400 Subject: Add rage button. --- html/quotes.jsp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'html') diff --git a/html/quotes.jsp b/html/quotes.jsp index bd2f1f7..1ba6d8e 100644 --- a/html/quotes.jsp +++ b/html/quotes.jsp @@ -13,6 +13,18 @@ hr { border-color: black; border-width: 1px; } +.ragebutton { + font-family: monospace; + text-align: left; + text-decoration: underline; + color: black; + background: none; + margin: 0; + padding: 0; + border: none; + cursor: pointer; + -moz-user-select: text; +} @@ -61,7 +73,7 @@ for (lq.Quote quote : quotes) { %>

-

linoquotes v.2 © 2004-2010 Erlend Hamberg, Vidar Holen, Kjetil Ørbekk, John H. Anthony. +

linoquotes v.2 © 2004-2011 Erlend Hamberg, Vidar Holen, Kjetil Ørbekk, John H. Anthony.
See http://github.com/orbekk/linoquotes for details.

The quotes on this page are copyright their respective owners and submitters.

-- cgit v1.2.3