Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Redesign header and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanasetiawan committed Nov 27, 2011
1 parent 658b083 commit 0839b1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file added app/assets/images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/logo.png
Binary file not shown.
12 changes: 7 additions & 5 deletions app/assets/stylesheets/application.css.sass
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -151,20 +151,22 @@ form


#header #header
text-align: center text-align: center
margin: 25px auto margin: -70px auto 25px


h1 a h1 a
height: 94px width: 400px
height: 285px
display: block display: block
margin: 0 auto
+hide-text +hide-text
+data-uri-bg("logo.png", center no-repeat) +data-uri-bg("logo.jpg", center no-repeat)


h1 a h1 a
height: 75px height: 75px
background-size: 75% background-size: 75%


p p
margin: 0 margin: -68px 0 0
font-family: "Courier New", Courier, monospace font-family: "Courier New", Courier, monospace
font-size: 13px font-size: 13px
color: #444 color: #444
Expand All @@ -188,7 +190,7 @@ form
font-size: 70% font-size: 70%
line-height: 120% line-height: 120%
position: absolute position: absolute
top: 174px top: 203px
right: 0 right: 0
width: 120px width: 120px


Expand Down

0 comments on commit 0839b1e

Please sign in to comment.