Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix design
  • Loading branch information
jugyo committed Jan 20, 2011
1 parent acdef36 commit fa72ba7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Binary file added public/by_bookmarklet.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/by_url.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions views/index.slim
@@ -0,0 +1,5 @@
h2 by URL
img src="/by_url.png"

h2 by the Bookmarklet
img src="/by_bookmarklet.png"
7 changes: 5 additions & 2 deletions views/layout.slim
Expand Up @@ -7,12 +7,15 @@ html
script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"
css:
body { padding: 0; margin: 0; font-size: 13.5px; font-family: Verdana, Arial; }
h1 { margin: 8px; padding: 0; font-size: 120% }
h1 { margin: 8px 0; padding: 0; font-size: 120% }
h1 a { color: #666 }
h2 { color: #999; border-bottom: dashed 1px #CCC; font-size: 200%; }
a { color: blue; text-decoration: none; }
a:hover { text-decoration: underline; }
img { display: block; width: 96%; margin: 0 auto; }
#wrap { max-width: 600px; margin: 0 auto; }
#footer { text-align: right; margin: 8px; color: #999; clear: both; }
#footer { text-align: right; color: #999; clear: both; }
#footer ul { margin: 0; }
#footer ul li { list-style: none; margin: 2px 2px; padding: 0; }
#powerd-by-google-translate-api { color: #666; font-size: 80%; text-align: right; }
#powerd-by-google-translate-api a { color: #666; }
Expand Down

0 comments on commit fa72ba7

Please sign in to comment.