Skip to content

Instantly share code, notes, and snippets.

@evilj0e
Created June 1, 2014 10:27
Show Gist options
  • Save evilj0e/78653d4625e8e6b64281 to your computer and use it in GitHub Desktop.
Save evilj0e/78653d4625e8e6b64281 to your computer and use it in GitHub Desktop.
.assistive-text,
.site .screen-reader-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
}
<section id="primary" class="site-content">
<div id="content" role="main">
<?php if ( have_posts() ) : ?>
<div style="height:15px;"></div>
<h2>Заголовок</h2>
/*...*/
</div>
</section>
<td style="vertical-align:top; width:220px; border-bottom: 1px solid #dfdfdf;">
<h2 class="site-description" style="font-size: 80%; line-height: 110%; position: relative; top: 15px;">Заголовок</h2>
</hgroup>
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment