Browse Source

Styling

pull/686/head
danpros 1 year ago
parent
commit
4c3305965e
9 changed files with 28 additions and 27 deletions
  1. +5
    -4
      themes/blog/css/styles.css
  2. +5
    -4
      themes/clean/css/style.css
  3. +5
    -4
      themes/logs/css/style.css
  4. +5
    -4
      themes/readable/css/style.css
  5. +2
    -3
      themes/twentyfifteen/css/style.css
  6. +2
    -3
      themes/twentyfifteen/css/style_v2.css
  7. +1
    -1
      themes/twentyfifteen/main.html.php
  8. +1
    -1
      themes/twentyfifteen/post.html.php
  9. +2
    -3
      themes/twentysixteen/css/style.css

+ 5
- 4
themes/blog/css/styles.css View File

@ -631,8 +631,9 @@ ul.month {
}
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
display:block;
height:1rem;
margin-top:-1rem;
box-shadow: none;
border: none;
}

+ 5
- 4
themes/clean/css/style.css View File

@ -952,8 +952,9 @@ ul.archivegroup {
}
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
display:block;
height:1rem;
margin-top:-1rem;
box-shadow: none;
border: none;
}

+ 5
- 4
themes/logs/css/style.css View File

@ -982,8 +982,9 @@ ul.archivegroup {
}
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
display:block;
height:1rem;
margin-top:-1rem;
box-shadow: none;
border: none;
}

+ 5
- 4
themes/readable/css/style.css View File

@ -1033,8 +1033,9 @@ ul.archivegroup {
}
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
display:block;
height:1rem;
margin-top:-1rem;
box-shadow: none;
border: none;
}

+ 2
- 3
themes/twentyfifteen/css/style.css View File

@ -6143,7 +6143,6 @@ ul.month {
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
box-shadow: none;
border: none;
}

+ 2
- 3
themes/twentyfifteen/css/style_v2.css View File

@ -6150,7 +6150,6 @@ ul.month {
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
box-shadow: none;
border: none;
}

+ 1
- 1
themes/twentyfifteen/main.html.php View File

@ -34,7 +34,7 @@
<article class="post type-post hentry <?php if (!empty($p->image) || !empty ($p->audio) || !empty ($p->video)):?>has-post-thumbnail<?php endif;?>">
<?php if (!empty($p->image)):?>
<div class="post-thumbnail">
<img style="width:100%;" title="<?php echo $p->title; ?>" alt="<?php echo $p->title; ?>" class="attachment-post-thumbnail wp-post-image" src="<?php echo $p->image; ?>">
<a href="<?php echo $p->url; ?>"><img style="width:100%;" title="<?php echo $p->title; ?>" alt="<?php echo $p->title; ?>" class="attachment-post-thumbnail wp-post-image" src="<?php echo $p->image; ?>"></a>
</div>
<?php endif; ?>
<?php if (!empty($p->audio)):?>


+ 1
- 1
themes/twentyfifteen/post.html.php View File

@ -2,7 +2,7 @@
<article class="post type-post hentry <?php if (!empty($p->image) || !empty ($p->audio) || !empty ($p->video)):?>has-post-thumbnail<?php endif;?>">
<?php if (!empty($p->image)):?>
<div class="post-thumbnail">
<img style="width:100%;" title="<?php echo $p->title; ?>" alt="<?php echo $p->title; ?>" class="attachment-post-thumbnail wp-post-image" src="<?php echo $p->image; ?>">
<a href="<?php echo $p->url; ?>"><img style="width:100%;" title="<?php echo $p->title; ?>" alt="<?php echo $p->title; ?>" class="attachment-post-thumbnail wp-post-image" src="<?php echo $p->image; ?>"></a>
</div>
<?php endif; ?>
<?php if (!empty($p->audio)):?>


+ 2
- 3
themes/twentysixteen/css/style.css View File

@ -4069,7 +4069,6 @@ ul.month {
#more {
display:block;
height:2rem;
margin-top:-2rem;
content:""
box-shadow: none;
border: none;
}

Loading…
Cancel
Save