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

Merge branch 'master' of https://github.com/charnog/bootstrap into charnog-master

Conflicts:
	dist/css/bootstrap.min.css
parents 705f7ba2 4284fc0a
No related merge requests found
Showing with 5 additions and 1 deletion
+5 -1
......@@ -4687,6 +4687,8 @@ textarea.input-group-sm > .input-group-btn > .btn {
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
......
This diff is collapsed.
......@@ -58,6 +58,8 @@
> .disabled {
> span,
> span:hover,
> span:focus,
> a,
> a:hover,
> a:focus {
......
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