Skip to content

Commit

Permalink
fix pr589
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Aug 16, 2014
1 parent 3fecf57 commit 238dc15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions css/metro-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ a {
margin-top: -1.5em;
border-width: 1.5em 0 1.5em 1em;
border-style: solid;
border-color: #ddd #ddd #ddd transparent;
border-color: #d9d9d9 #d9d9d9 #d9d9d9 transparent;
left: -1em;
margin-left: 1px;
}
Expand All @@ -2422,7 +2422,7 @@ a {
margin-top: -1.5em;
border-top: 1.5em solid transparent;
border-bottom: 1.5em solid transparent;
border-left: 1em solid #ddd;
border-left: 1em solid #d9d9d9;
right: -1em;
margin-right: 1px;
}
Expand Down
4 changes: 2 additions & 2 deletions docs/css/metro-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ a {
margin-top: -1.5em;
border-width: 1.5em 0 1.5em 1em;
border-style: solid;
border-color: #ddd #ddd #ddd transparent;
border-color: #d9d9d9 #d9d9d9 #d9d9d9 transparent;
left: -1em;
margin-left: 1px;
}
Expand All @@ -2422,7 +2422,7 @@ a {
margin-top: -1.5em;
border-top: 1.5em solid transparent;
border-bottom: 1.5em solid transparent;
border-left: 1em solid #ddd;
border-left: 1em solid #d9d9d9;
right: -1em;
margin-right: 1px;
}
Expand Down
4 changes: 2 additions & 2 deletions less/breadcrumbs.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
margin-top: -1.5em;
border-width: 1.5em 0 1.5em 1em;
border-style: solid;
border-color: #ddd #ddd #ddd transparent;
border-color: @inputRestState @inputRestState @inputRestState transparent;
left: -1em;
margin-left: 1px;
}
Expand All @@ -71,7 +71,7 @@
margin-top: -1.5em;
border-top: 1.5em solid transparent;
border-bottom: 1.5em solid transparent;
border-left: 1em solid #ddd;
border-left: 1em solid @inputRestState;
right: -1em;
margin-right: 1px;
}
Expand Down
2 changes: 1 addition & 1 deletion min/metro-bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 238dc15

Please sign in to comment.