Skip to content

Commit

Permalink
カラム間余白の余計なCSS削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Dec 21, 2019
1 parent bf39613 commit 2c3411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmp/css-custom.php
Expand Up @@ -371,7 +371,7 @@
<?php endif ?>
<?php //カラム間の幅
$main_sidebar_margin = get_main_sidebar_margin();
if (is_numeric($main_sidebar_margin)): ?>
if (false && is_numeric($main_sidebar_margin)): ?>
.main{
<?php if (is_sidebar_position_right()): ?>
margin-right: <?php echo $main_sidebar_margin; ?>px;
Expand Down

0 comments on commit 2c3411a

Please sign in to comment.