Update style

This commit is contained in:
Dan 2025-03-18 05:50:54 +07:00
commit b63a6f6601
3 changed files with 6 additions and 12 deletions

View file

@ -4710,10 +4710,7 @@ p > video {
}
.site-footer {
float: left;
margin: 0 0 0 35.2941%;
padding: 0;
width: 58.8235%;
}
.site-info {

View file

@ -4707,10 +4707,7 @@ p > video {
}
.site-footer {
float: right;
margin: 0 35.2941% 0 0;
padding: 0;
width: 58.8235%;
}
.site-info {

View file

@ -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>"};