diff options
| author | Mark Otto <[email protected]> | 2013-08-07 00:28:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-07 00:28:44 -0700 |
| commit | 03258683ed73b84ab51448dc8c52e292fee8104a (patch) | |
| tree | 035f78fccc751e18921de72b8b7fc629500a6cea | |
| parent | fef413f9970c6985d4f11c08056d991bd3ed3e31 (diff) | |
| download | bootstrap-03258683ed73b84ab51448dc8c52e292fee8104a.tar.xz bootstrap-03258683ed73b84ab51448dc8c52e292fee8104a.zip | |
property order
| -rw-r--r-- | less/scaffolding.less | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index 49cb16c25..3909704bf 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -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; } |
