Skip to content

Commit

Permalink
fix the design
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Feb 23, 2011
1 parent a4cd970 commit 205b261
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions views/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@
:javascript
try{Typekit.load();}catch(e){}
:css
body { width: 800px; margin: 0 auto; font-size: 14px; font-familly: sans-serif; }
body { width: 800px; margin: 0 auto; font-size: 14px; font-familly: Verdana; color: #666; }
table { width: 100%; }
p.error { color: red; font-weight: bold; font-size: 20px; }
h1 { font-size: 300%; }
h1 a { color: #999; }
a { color: #000; }
#header { margin-bottom: 30px; }
%body

#header
%h1.tk-edding-780 gh-forks
%h1.tk-edding-780
%a(href='/') gh-forks

%form(action='/' id='search')
%input(type='search' name='q' placeholder='rails' value=@repo size=30)
Expand Down
2 changes: 1 addition & 1 deletion views/search.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%tr
%td
%a{:href=>"https://github.com/#{repo["owner"]}"}= repo["owner"]
%span(style="color: #999;") /
\/
%a{:href=>repo["url"]}= repo["name"]
%td= repo["forks"]
%td= repo["watchers"]
Expand Down

0 comments on commit 205b261

Please sign in to comment.