Commit 190452a3 authored by Mark Otto's avatar Mark Otto
Browse files

typo

parent f4eefd28
Showing with 3 additions and 3 deletions
+3 -3
......@@ -3182,7 +3182,7 @@ input[type="button"].btn-block {
}
.collapse.in {
display: block;
visibility: visibile;
visibility: visible;
}
tr.collapse.in {
display: table-row;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -19,7 +19,7 @@
display: none;
visibility: hidden;
&.in { display: block; visibility: visibile; }
&.in { display: block; visibility: visible; }
tr&.in { display: table-row; }
tbody&.in { display: table-row-group; }
}
......
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