mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Update style
This commit is contained in:
parent
0214d31817
commit
b63a6f6601
3 changed files with 6 additions and 12 deletions
|
|
@ -4710,10 +4710,7 @@ p > video {
|
|||
}
|
||||
|
||||
.site-footer {
|
||||
float: left;
|
||||
margin: 0 0 0 35.2941%;
|
||||
padding: 0;
|
||||
width: 58.8235%;
|
||||
}
|
||||
|
||||
.site-info {
|
||||
|
|
|
|||
|
|
@ -4707,10 +4707,7 @@ p > video {
|
|||
}
|
||||
|
||||
.site-footer {
|
||||
float: right;
|
||||
margin: 0 35.2941% 0 0;
|
||||
padding: 0;
|
||||
width: 58.8235%;
|
||||
}
|
||||
|
||||
.site-info {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<?php echo $metatags;?>
|
||||
<link rel="stylesheet" id="twentyfifteen-fonts-css" href="<?php echo theme_path();?>css/font.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="genericons-css" href="<?php echo theme_path();?>genericons/genericons.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="twentyfifteen-style-css" href="<?php echo theme_path();?>css/style_v2.css" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="twentyfifteen-style-css" href="<?php echo theme_path();?>css/style_v2.css?v=1" type="text/css" media="all">
|
||||
<!--[if lt IE 9]>
|
||||
<link rel='stylesheet' id='twentyfifteen-ie-css' href='<?php echo theme_path();?>css/ie.css' type='text/css' media='all' />
|
||||
<![endif]-->
|
||||
|
|
@ -91,13 +91,13 @@
|
|||
<?php echo content();?>
|
||||
</main>
|
||||
</div>
|
||||
<footer id="colophon" class="site-footer hentry" role="contentinfo">
|
||||
<div class="site-info">
|
||||
<?php echo copyright();?>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
<footer id="colophon" class="site-footer" role="contentinfo">
|
||||
<div class="site-info">
|
||||
<?php echo copyright();?>
|
||||
</div>
|
||||
</footer>
|
||||
<script type="text/javascript">
|
||||
/* <![CDATA[ */
|
||||
var screenReaderText = {"expand":"<span class=\"screen-reader-text\">expand child menu<\/span>","collapse":"<span class=\"screen-reader-text\">collapse child menu<\/span>"};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue