Skip to content

Commit

Permalink
fixed background on FF. Header/footer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
raghur committed Mar 15, 2012
1 parent abafeba commit f37110d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions SOLID.text
Expand Up @@ -5,16 +5,22 @@ author: Raghu Rajagopalan <raghuramanr@aditi.com>
.slide {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,
from(orange), to(white));
background-image: -moz-linear-gradient(top, gray, white);
background-image: -moz-linear-gradient(top, orange, white);
}

#footer {
background-image: url(images/footer_bg_dark.png);
}
#header {
background-image: url(images/header_bg.png);
}
%end
Agenda
===============================
1. Theory: The principles
1. Tools: Practice
1. Walkthrough: Putting it together.


{{ help }}

SOLID intro
Expand Down
Binary file added images/footer_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer_bg_dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/header_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f37110d

Please sign in to comment.