Skip to content

Commit

Permalink
Consolidate some breadcrumbs code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Aug 26, 2012
1 parent cb8dcac commit e52620e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions style.dev.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -553,13 +553,11 @@ blockquote {
overflow: hidden; overflow: hidden;
width: 980px; width: 980px;
height: 50px; height: 50px;
padding: 18px 0 0 20px;
font: normal normal normal 11px/11px Arial, Verdana, sans-serif; font: normal normal normal 11px/11px Arial, Verdana, sans-serif;
color: #8f8f8f; color: #8f8f8f;
background: url(images/bg-breadcrumb.jpg) no-repeat; background: url(images/bg-breadcrumb.jpg) no-repeat;
} }
.breadcrumb-trail {
padding: 18px 0 0 20px;
}
.breadcrumbs .sep { .breadcrumbs .sep {
display: inline-block; display: inline-block;
width: 20px; width: 20px;
Expand Down

0 comments on commit e52620e

Please sign in to comment.