Skip to content

Commit

Permalink
Move error style.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrynearson committed Aug 29, 2011
1 parent 0d1fcd9 commit f02963c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Expand Up @@ -158,6 +158,10 @@ a {
position:relative;
}

.thumb.error {
background:#f33 url(../images/sprite.png) no-repeat -220px -220px;
}

.thumb .thumb-layer {
position:absolute;
top:0px;
Expand Down Expand Up @@ -423,7 +427,3 @@ input.submit:active {

.buttons a:only-child { border-radius:3px; }

.maps .error {
background:#f33 url(../images/sprite.png) no-repeat -220px -220px;
}

0 comments on commit f02963c

Please sign in to comment.