Skip to content

Commit

Permalink
[#686 state:resolved] Fixed a CSS bug in the welcome widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeThomsen committed Jan 16, 2011
1 parent fcd7b00 commit 2dcdf24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mt-static/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,10 @@ body.system #blog-nav li:hover li a:hover {
/* Welcome Widget */

.welcome-widget {
background: white;
}

.welcome-widget .inner {
background: url('../images/widget/welcome-bg.jpg') no-repeat;
}

Expand Down

0 comments on commit 2dcdf24

Please sign in to comment.