Skip to content

Commit

Permalink
Updated layout and style.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansilladev committed Jul 31, 2011
1 parent 50866b8 commit 4e9c917
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added public/favicon.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions public/stylesheets/style.css
Expand Up @@ -34,6 +34,12 @@ blockquote:before, blockquote:after, q:before, q:after {
content: none;
}

#copyright {
font-size: 8pt;
text-align: right;
margin-top: 25px;
}

/* line 60, scss/style.scss */
ins {
background-color: #ff9;
Expand Down
2 changes: 2 additions & 0 deletions views/layout.jade
Expand Up @@ -11,6 +11,8 @@ html

body
!{body}
p(id='copyright') Copyright © 2011
a(href='http://mashery.com') Mashery, Inc.
script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js')
script(src='/javascripts/json2.js')
script(src='/javascripts/prettify.js')
Expand Down

0 comments on commit 4e9c917

Please sign in to comment.