Last active
August 31, 2023 15:51
Revisions
-
surefirewebserv revised this gist
May 21, 2013 . 1 changed file with 12 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; } -
surefirewebserv created this gist
May 21, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; }