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

Commit

Permalink
pulling over background pattern for core
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Feb 22, 2009
1 parent 3b7c5ee commit 1a001ce
Showing 1 changed file with 2 additions and 3 deletions.
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 1a001ce

Please sign in to comment.