Skip to content

Commit

Permalink
use bootstrap's sr-only class
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaG committed Mar 16, 2015
1 parent e4cff72 commit 27ab9ec
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
display: block;
}
.sr-only{
display: none;
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.overlay{
position:fixed;
Expand Down

0 comments on commit 27ab9ec

Please sign in to comment.