Skip to content

Commit

Permalink
optimize images
Browse files Browse the repository at this point in the history
  • Loading branch information
joedanz committed Jan 22, 2009
1 parent d902679 commit a80b3d9
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
border-bottom:none;
}

.subheader { padding:10px 20px; margin-bottom:15px; border-bottom:1px solid #ccc; border-top:1px solid #ccc; background:#ddd url(../images/grad3.png) repeat-x; }
.subheader { padding:10px 20px; margin-bottom:15px; border-bottom:1px solid #ccc; border-top:1px solid #ccc; background:#ddd url(../images/grad3.gif) repeat-x; }

.menuhover { background-color:#fc0; cursor:pointer; }
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ a.subactive { font-size:125%; font-weight:bold; text-decoration:none; }

/* LEFT COLUMN */
#container .left .main {
background: #fff url(../images/right-bg.png) right repeat-y;
background: #fff url(../images/right-bg.gif) right repeat-y;
}

#container .left .main .header {
Expand Down Expand Up @@ -210,7 +210,7 @@ a.subactive { font-size:125%; font-weight:bold; text-decoration:none; }
}

#container .left .bottom {
background: #e5e5e5 url(../images/bottom-bg.png) top right no-repeat;
background: #e5e5e5 url(../images/bottom-bg.gif) top right no-repeat;
font-size: 8px;
}

Expand Down
Binary file added images/bottom-bg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/bottom-bg.png
Binary file not shown.
Binary file added images/grad3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/grad3.png
Binary file not shown.
Binary file added images/right-bg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/right-bg.png
Binary file not shown.

0 comments on commit a80b3d9

Please sign in to comment.