Skip to content

Instantly share code, notes, and snippets.

@surefirewebserv
Last active August 31, 2023 15:51

Revisions

  1. surefirewebserv revised this gist May 21, 2013. 1 changed file with 12 additions and 0 deletions.
    12 changes: 12 additions & 0 deletions simple-social-centered.css
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,16 @@
    .simple-social-icons ul.alignleft li {
    display: inline-block;
    float: none;
    }

    /* Align everything center */
    .alignright,
    img.alignright,
    .aligncenter,
    img.aligncenter,
    .alignleft,
    img.alignleft {
    display: block;
    margin: 0 auto 24px;
    float:none;
    }
  2. surefirewebserv created this gist May 21, 2013.
    11 changes: 11 additions & 0 deletions simple-social-centered.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    /* Align Simple Social Icons Centered */
    .simple-social-icons ul.alignright,
    .simple-social-icon ul.alignleft {
    text-align: center;
    }

    .simple-social-icons ul.alignright li,
    .simple-social-icons ul.alignleft li {
    display: inline-block;
    float: none;
    }