Changeset - 5c2fdb5863b4
[Not reviewed]
0 2 0
Christopher Neugebauer - 7 years ago 2017-08-17 16:49:57
chrisjrn@gmail.com
Replaces display:none with hidden-accessible class recommended by Nic
2 files changed with 14 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -44,3 +44,3 @@
 
                  <span>
 
                    <label style="display: none;" for="tlemail">Email address:</label>
 
                    <label class="hidden-accessible" for="tlemail">Email address:</label>
 
                  </span>
static/scss/custom.scss
Show inline comments
...
 
@@ -105,2 +105,15 @@ body.auth .panel-heading .panel-title span.pull-right {
 

	
 

	
 
.hidden-accessible {
 
  border:0 none;
 
  clip:rect(0px,0px,0px,0px);
 
  height:1px;
 
  margin:-1px;
 
  overflow:hidden;
 
  padding:0;
 
  position:absolute;
 
  width:1px
 
}
 

	
 

	
 
$homepage-block-min-height: 480px;
0 comments (0 inline, 0 general)