Skip to content

Commit

Permalink
New Home Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Heiland committed Feb 14, 2011
1 parent 74399fb commit 56706f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions media/css/main.css
@@ -1,3 +1,4 @@

body {
background-color: #F9F4EC;
background-image: url("/statics/images/body_bg.gif");
Expand Down Expand Up @@ -47,7 +48,7 @@ body {
margin-top: -2px;
overflow: hidden;
padding: 0;
width: 815px;
width: 863px;
}
.links li {
display: inline;
Expand All @@ -59,7 +60,7 @@ body {
padding: 0;
}
.links {
margin: 0 0 0 30px;
margin: 0 0 0 5px;
overflow: hidden;
padding: 0;
}
Expand All @@ -68,6 +69,7 @@ body {
padding-top: 12px;
}
.links a {
border-left: 1px solid #FFFFFF;
color: #545278;
display: block;
float: left;
Expand All @@ -79,6 +81,9 @@ body {
text-decoration: none;
text-transform: uppercase;
}
.links li a {
border-left: 1px solid #FFFFFF;
}
.links a:hover {
color: #291F3D;
}
Expand Down Expand Up @@ -277,6 +282,7 @@ form.cmxform fieldset fieldset label {
margin: 0;
padding: 0 0 10px 9px;
}

.tile {
background: url("/statics/images/tile.jpg") no-repeat scroll left top transparent;
float: left;
Expand Down Expand Up @@ -328,7 +334,7 @@ form.cmxform fieldset fieldset label {
list-style: none outside none;
padding: 0 0 0 10px;
}
#wrap a {
a {
color: #0F79A3;
}
#bottomHalf li {
Expand Down
Binary file added media/images/home.gif
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 56706f8

Please sign in to comment.