diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2011-08-03 23:24:22 -0400 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2011-08-03 23:25:56 -0400 |
commit | 42728bfe059e0a89cf7978a5bcfefb7c51d43989 (patch) | |
tree | ff87c5863a2b1b7ad7edb4ec10001b452bff99b0 /html | |
parent | 3d7f6a41a072111009d22f70be88463792b3dbee (diff) |
Add rage button.
Diffstat (limited to 'html')
-rw-r--r-- | html/quotes.jsp | 14 |
1 files changed, 13 insertions, 1 deletions
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; +} </style> </head> <body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000"> @@ -61,7 +73,7 @@ for (lq.Quote quote : quotes) { %> <center> <br> -<p>linoquotes v.2 © 2004-2010 Erlend Hamberg, Vidar Holen, Kjetil Ørbekk, John H. Anthony. +<p>linoquotes v.2 © 2004-2011 Erlend Hamberg, Vidar Holen, Kjetil Ørbekk, John H. Anthony. <br>See <a href="http://github.com/orbekk/linoquotes">http://github.com/orbekk/linoquotes</a> for details.</p> <p>The quotes on this page are copyright their respective owners and submitters.</p> |