Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
style(docs): fix toolbar icon alignment on api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Nov 6, 2014
1 parent 4dbea48 commit ab81a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ md-toolbar.demo-toolbar .md-button {
}
.api-options-bar.with-icon md-icon {
position: absolute;
top: 2px;
left: 4px;
top: -3px;
left: 2px;
}
.api-options-bar.with-icon .md-button span {
margin-left: 22px;
Expand Down

0 comments on commit ab81a22

Please sign in to comment.