]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
property order
authorMark Otto <otto@github.com>
Wed, 7 Aug 2013 07:28:44 +0000 (00:28 -0700)
committerMark Otto <otto@github.com>
Wed, 7 Aug 2013 07:28:44 +0000 (00:28 -0700)
less/scaffolding.less

index 49cb16c25b894281f7f393c0dea05c90d20d2b9b..3909704bf3763dee8711762abda6d20355d832e6 100644 (file)
@@ -98,12 +98,12 @@ hr {
 // -------------------------
 
 .sr-only {
-  border: 0;
-  clip: rect(0 0 0 0);
+  position: absolute;
+  width: 1px;
   height: 1px;
   margin: -1px;
-  overflow: hidden;
   padding: 0;
-  position: absolute;
-  width: 1px;
+  overflow: hidden;
+  clip: rect(0 0 0 0);
+  border: 0;
 }