Created
June 1, 2014 10:27
-
-
Save evilj0e/78653d4625e8e6b64281 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.assistive-text, | |
.site .screen-reader-text { | |
position: absolute !important; | |
clip: rect(1px 1px 1px 1px); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="primary" class="site-content"> | |
<div id="content" role="main"> | |
<?php if ( have_posts() ) : ?> | |
<div style="height:15px;"></div> | |
<h2>Заголовок</h2> | |
/*...*/ | |
</div> | |
</section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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