Commit da43c7c2 authored by Mark Otto's avatar Mark Otto
Browse files

run make after merge

parent 40a8a93b
Showing with 4 additions and 2 deletions
+4 -2
......@@ -3189,7 +3189,8 @@ button.close {
border-radius: 5px;
}
.btn-large [class^="icon-"] {
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
margin-top: 2px;
}
......@@ -3201,7 +3202,8 @@ button.close {
border-radius: 3px;
}
.btn-small [class^="icon-"] {
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
margin-top: 0;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment