Skip to content

Commit

Permalink
fixed top nav ui
Browse files Browse the repository at this point in the history
  • Loading branch information
amardaxini committed Apr 9, 2012
1 parent 87712e6 commit ae0469b
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/bootstrap_overide.css.scss
Expand Up @@ -15,7 +15,7 @@ html, body {


height: auto !important; height: auto !important;
height: 100%; height: 100%;
margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */ margin: 30px auto -100px; /* the bottom margin is the negative value of the footer's height */
/* background-color:white;*/ /* background-color:white;*/


background-color:#eff9f9; background-color:#eff9f9;
Expand Down
4 changes: 4 additions & 0 deletions config/mongoid.yml
Expand Up @@ -8,6 +8,10 @@ test:


# set these environment variables on your prod server # set these environment variables on your prod server


#production:
# host: localhost
# database: make_my_cv_development

production: production:
host: <%= ENV['MONGOID_HOST'] %> host: <%= ENV['MONGOID_HOST'] %>
port: <%= ENV['MONGOID_PORT'] %> port: <%= ENV['MONGOID_PORT'] %>
Expand Down
Binary file modified public/assets/application-06207a411798865b31ce4edb73b3e7dd.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion public/assets/application.css

Large diffs are not rendered by default.

Binary file modified public/assets/application.css.gz
Binary file not shown.
Binary file modified public/assets/application.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion public/assets/manifest.yml
Expand Up @@ -15,7 +15,7 @@
!binary "Y2FsZW5kYXIuZ2lm": calendar-7915c979aef4023792d3aa26caee70a6.gif !binary "Y2FsZW5kYXIuZ2lm": calendar-7915c979aef4023792d3aa26caee70a6.gif
!binary "cmFpbHMucG5n": rails-782b548cc1ba7f898cdad2d9eb8420d2.png !binary "cmFpbHMucG5n": rails-782b548cc1ba7f898cdad2d9eb8420d2.png
!binary "YXBwbGljYXRpb24uanM=": application-06207a411798865b31ce4edb73b3e7dd.js !binary "YXBwbGljYXRpb24uanM=": application-06207a411798865b31ce4edb73b3e7dd.js
!binary "YXBwbGljYXRpb24uY3Nz": application-f0496398886dc9934dcf06c5558333c6.css !binary "YXBwbGljYXRpb24uY3Nz": application-e63b049661488090697764e9ea541f6b.css
? !binary |- ? !binary |-
c21vb3RobmVzcy9pbWFnZXMvdWktYmdfZmxhdF8wX2FhYWFhYV80MHgxMDAu c21vb3RobmVzcy9pbWFnZXMvdWktYmdfZmxhdF8wX2FhYWFhYV80MHgxMDAu
cG5n cG5n
Expand Down

0 comments on commit ae0469b

Please sign in to comment.