diff --git a/public/main.css b/public/main.css index 9c5122d..617bc96 100755 --- a/public/main.css +++ b/public/main.css @@ -26,4 +26,9 @@ ul, li { padding-left: 25px; padding-right: 25px; text-shadow: #111 0px 2px 2px; +} +input { + font-size: 3em; + text-shadow: #111 0px 2px 2px; + text-align: center; } \ No newline at end of file diff --git a/views/information.erb b/views/information.erb index aafd868..b064b09 100755 --- a/views/information.erb +++ b/views/information.erb @@ -1,6 +1,5 @@
-

use this site from your browser:

-

+

Bookmarklet: <%= Shorten.button_text %>

\ No newline at end of file diff --git a/views/new.erb b/views/new.erb index 1afb1f3..84ab501 100755 --- a/views/new.erb +++ b/views/new.erb @@ -1,5 +1,5 @@
- - + +
<%= @information %> \ No newline at end of file