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

Commit

Permalink
added a background pattern for the admin...
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Feb 17, 2009
1 parent 69de295 commit d8f00b2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file added public/images/admin_bg_pattern_1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/admin_bg_pattern_2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/admin_bg_pattern_3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions public/stylesheets/admin.css
@@ -1,10 +1,10 @@
html{
background-color: #ddd;
background: #ddd url('/images/admin_bg_pattern_3.jpg');
}

body{
font-family: "Bitstream Vera Sans", Arial, sans-serif;
background-color: #ddd;
background: #ddd url('/images/admin_bg_pattern_3.jpg');
}

h1, h2, h3, h4, h5, h6{
Expand Down Expand Up @@ -76,7 +76,6 @@ em{
#sidebar{
float: left;
width: 25%;
background-color: #ddd;
text-align: left;
}

Expand Down

0 comments on commit d8f00b2

Please sign in to comment.