Commit 03258683 authored by Mark Otto's avatar Mark Otto

property order

parent fef413f9
...@@ -98,12 +98,12 @@ hr { ...@@ -98,12 +98,12 @@ hr {
// ------------------------- // -------------------------
.sr-only { .sr-only {
border: 0; position: absolute;
clip: rect(0 0 0 0); width: 1px;
height: 1px; height: 1px;
margin: -1px; margin: -1px;
overflow: hidden;
padding: 0; padding: 0;
position: absolute; overflow: hidden;
width: 1px; clip: rect(0 0 0 0);
border: 0;
} }
Markdown is supported
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