Skip to content

Instantly share code, notes, and snippets.

@scottopolis
Last active March 16, 2019 20:51
Show Gist options
  • Save scottopolis/07c555b9dd0581497f0b to your computer and use it in GitHub Desktop.
Save scottopolis/07c555b9dd0581497f0b to your computer and use it in GitHub Desktop.

Revisions

  1. scottopolis revised this gist Jun 19, 2014. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -29,3 +29,12 @@ li.listing-item a.title {
    font-weight: bold;
    }

    li.listing-item span.excerpt-dash {
    display: none;
    }

    li.listing-item span.excerpt {
    clear: right;
    display: block;
    margin-top: 10px;
    }
  2. scottopolis revised this gist Jun 19, 2014. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,11 @@
    /* Author: Scott Bolinger
    * Author URI: http://apppresser.com
    *
    * Styling for Display Posts Shortcode plugin for use with the AppTheme. Add this code to a child theme style.css file.
    * Plugin information: http://www.billerickson.net/shortcode-to-display-posts/
    *
    */

    ul.display-posts-listing {
    list-style-type: none;
    padding: 0;
    @@ -19,4 +27,5 @@ li.listing-item a.image {

    li.listing-item a.title {
    font-weight: bold;
    }
    }

  3. scottopolis created this gist Jun 19, 2014.
    22 changes: 22 additions & 0 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    ul.display-posts-listing {
    list-style-type: none;
    padding: 0;
    }

    li.listing-item {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
    list-style: none;
    padding: 15px;
    border: 1px solid #eee;
    }

    li.listing-item a.image {
    float: left;
    margin-right: 15px;
    }

    li.listing-item a.title {
    font-weight: bold;
    }