Skip to content

Commit

Permalink
MS DG; fix some styling for empty profile state
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrippi committed May 7, 2012
1 parent 01d5c04 commit 730886c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions app/assets/stylesheets/new_styles/_base.scss
Expand Up @@ -2,6 +2,16 @@ body {
background-image : image_url("pattern.png");
}

/* gross hax */
#container {
position : absolute;
height : 100%;
width : 100%;

left : 0;
top : 0;
}

/* new link color */
a { color : rgb(42,156,235) }

Expand Down
5 changes: 3 additions & 2 deletions app/assets/stylesheets/new_styles/_profile.scss
@@ -1,4 +1,6 @@
#profile {
height : 100%;

color : #fff;
background : {
color : #333;
Expand All @@ -8,12 +10,11 @@
Optimal imagemagick manipulation settings for uploaded image (via trial & error):
`convert -brightness-contrast -40x-50`
`mogrify -brightness-contrast -40x-50`
NOTE: I noticed that just turning the brightness down had an adverse affect on contrast,
thus the "washing out" at -50 contrast. For more info on this specific command, read the documentation
on it here: http://www.imagemagick.org/script/command-line-options.php#brightness-contrast */
//image : url('/imagetest.jpg');

size : cover;
attachment : fixed;
Expand Down
Binary file removed public/imagetest-unmodified.jpg
Binary file not shown.
Binary file removed public/imagetest.jpg
Binary file not shown.
Binary file removed public/imagetest2.jpg
Binary file not shown.

0 comments on commit 730886c

Please sign in to comment.