<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: Sociable] want icons in horizontal line rather than vertical list</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Sociable] want icons in horizontal line rather than vertical list</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 07:39:12 +0000</pubDate>

<item>
<title>worldview on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1271867</link>
<pubDate>Fri, 06 Nov 2009 05:03:12 +0000</pubDate>
<dc:creator>worldview</dc:creator>
<guid isPermaLink="false">1271867@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes kingleo1 code for Social 352 works on wp285 with thesis 1.6. Just paste code into the custom.css
&#60;/p&#62;</description>
</item>
<item>
<title>alatiel on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1259255</link>
<pubDate>Mon, 26 Oct 2009 10:36:54 +0000</pubDate>
<dc:creator>alatiel</dc:creator>
<guid isPermaLink="false">1259255@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The kingleo1 code works fine :)&#60;/p&#62;
&#60;p&#62;just add it at the end of your normal css
&#60;/p&#62;</description>
</item>
<item>
<title>cmiwebstudio on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1258142</link>
<pubDate>Sun, 25 Oct 2009 01:34:59 +0000</pubDate>
<dc:creator>cmiwebstudio</dc:creator>
<guid isPermaLink="false">1258142@http://wordpress.org/support/</guid>
<description>&#60;p&#62;didnt fix anything for me
&#60;/p&#62;</description>
</item>
<item>
<title>wildx22 on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1257402</link>
<pubDate>Sat, 24 Oct 2009 06:27:40 +0000</pubDate>
<dc:creator>wildx22</dc:creator>
<guid isPermaLink="false">1257402@http://wordpress.org/support/</guid>
<description>&#60;p&#62;For some reason my icons were displayed horizontally until the most recent upgrade.&#60;/p&#62;
&#60;p&#62;Well all I had to do to fix it was:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#content .sociable li {display:inline;}
#content .sociable ul {padding:0;margin:0;}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>cmiwebstudio on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1253544</link>
<pubDate>Wed, 21 Oct 2009 05:24:18 +0000</pubDate>
<dc:creator>cmiwebstudio</dc:creator>
<guid isPermaLink="false">1253544@http://wordpress.org/support/</guid>
<description>&#60;p&#62;having similar problem
&#60;/p&#62;</description>
</item>
<item>
<title>viperousmango on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1228429</link>
<pubDate>Tue, 29 Sep 2009 02:01:53 +0000</pubDate>
<dc:creator>viperousmango</dc:creator>
<guid isPermaLink="false">1228429@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;I've tried both fixes and they didn't work. I'm using v3.4.4 and they still show up vertically rather than horizontally,  I am using a different template than default this is my style.css :: &#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;/*&#60;br /&#62;
Theme Name: TAKTEEK01&#60;br /&#62;
Version: 1.4.4&#60;br /&#62;
Description: TAKTEEK01 is a dark-colored theme that features plain text as the main banner. The text can easily be changed in the theme options. You also have the option to use an image as the main banner or both.&#60;br /&#62;
Author: Eric Crooks&#60;br /&#62;
Author URI: &#60;a href=&#34;http://www.ericcrooks.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.ericcrooks.com/&#60;/a&#62;&#60;br /&#62;
Tags: black, orange, white, dark, three-columns, left-sidebar, right-sidebar, fixed-width, custom-header, theme-options&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;/* -standards- */&#60;/p&#62;
&#60;p&#62;* {&#60;br /&#62;
	margin: 0 auto;&#60;br /&#62;
}&#60;br /&#62;
body {&#60;br /&#62;
	background: #000000;&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	font-family: &#34;Arial&#34;;&#60;br /&#62;
	font-size: .75em;&#60;br /&#62;
}&#60;br /&#62;
a {&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;br /&#62;
cite {&#60;br /&#62;
	font-style: normal;&#60;br /&#62;
}&#60;br /&#62;
cite a {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
	font-style: normal;&#60;br /&#62;
}&#60;br /&#62;
code {&#60;br /&#62;
	font-size: 1.1em;&#60;br /&#62;
	line-height: 1.3em;&#60;br /&#62;
}&#60;br /&#62;
h1 {&#60;br /&#62;
	font-size: 2em;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;br /&#62;
h2 {&#60;br /&#62;
	font-size: 1.5em;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;br /&#62;
p {&#60;br /&#62;
	line-height: 1.5em;&#60;br /&#62;
	margin: 1.2em auto;&#60;br /&#62;
	text-align: left;&#60;br /&#62;
}&#60;br /&#62;
pre {&#60;br /&#62;
	background: #252525;&#60;br /&#62;
	border: 1px solid #303030;&#60;br /&#62;
	font-size: 1.1em;&#60;br /&#62;
	line-height: 1.3em;&#60;br /&#62;
	margin: 1.2em auto;&#60;br /&#62;
	overflow: auto;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
	width: 488px;&#60;br /&#62;
}&#60;br /&#62;
input, textarea {&#60;br /&#62;
	font-family: &#34;Arial&#34;;&#60;br /&#62;
	font-size: 1em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -header- */&#60;/p&#62;
&#60;p&#62;#banner {&#60;br /&#62;
	padding: 20px 0 20px 0;&#60;br /&#62;
	height: 200px;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	width: 888px;&#60;br /&#62;
}&#60;br /&#62;
#banner img {&#60;br /&#62;
	max-width: 928px;&#60;br /&#62;
}&#60;br /&#62;
#topbar {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
	width: 908px;&#60;br /&#62;
}&#60;br /&#62;
#topbar a {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -content- */&#60;/p&#62;
&#60;p&#62;#content {&#60;br /&#62;
	float: left;&#60;br /&#62;
	margin: 0 20px 0 20px;&#60;br /&#62;
	width: 528px;&#60;br /&#62;
}&#60;br /&#62;
#contentwrap {&#60;br /&#62;
	border-top: 1px solid #181818;&#60;br /&#62;
	display: block;&#60;br /&#62;
	padding-top: 20px;&#60;br /&#62;
	width: 928px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -post and entries- */&#60;/p&#62;
&#60;p&#62;.post {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	margin-bottom: 20px;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
}&#60;br /&#62;
.post a {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;br /&#62;
.post a:hover {&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;br /&#62;
.post blockquote {&#60;br /&#62;
	background: #252525;&#60;br /&#62;
	border: 1px solid #303030;&#60;br /&#62;
	margin: 1.2em auto;&#60;br /&#62;
	padding: 0 1.2em 0 1.2em;&#60;br /&#62;
}&#60;br /&#62;
.post img, .post object {&#60;br /&#62;
	border: 4px solid #303030;&#60;br /&#62;
}&#60;br /&#62;
.post embed, .post img, .post object {&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin: 1.2em auto;&#60;br /&#62;
	max-width: 500px;&#60;br /&#62;
}&#60;br /&#62;
.post embed.alignleft, .post img.alignleft, .post object.alignleft {&#60;br /&#62;
	margin: 0 10px 10px 0;&#60;br /&#62;
}&#60;br /&#62;
.post embed.alignright, .post img.alignright, .post object.alignright{&#60;br /&#62;
	margin: 0 0 10px 10px;&#60;br /&#62;
}&#60;br /&#62;
.post h2, .post h2 a {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
}&#60;br /&#62;
.post h2 a:hover {&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
}&#60;br /&#62;
.post table {&#60;br /&#62;
	background: #252525;&#60;br /&#62;
	border: 1px solid #303030;&#60;br /&#62;
	border-collapse: collapse;&#60;br /&#62;
	line-height: 1.5em;&#60;br /&#62;
	margin: 1.2em auto;&#60;br /&#62;
	width: 100%;&#60;br /&#62;
}&#60;br /&#62;
.post th, .post td {&#60;br /&#62;
	border: 1px solid #303030;&#60;br /&#62;
	padding: 5px;&#60;br /&#62;
}&#60;br /&#62;
.post ul, .post ol {&#60;br /&#62;
	line-height: 1.5em;&#60;br /&#62;
}&#60;br /&#62;
.post .wp-smiley {&#60;br /&#62;
	border: none;&#60;br /&#62;
	display: inline;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
}&#60;br /&#62;
.postmetadata-top {&#60;br /&#62;
	border-bottom: 1px dotted #404040;&#60;br /&#62;
	padding-bottom: 20px;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;br /&#62;
.postmetadata-bottom {&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;br /&#62;
.backtotop {&#60;br /&#62;
	margin: 1.2em auto;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -sidebar- */&#60;/p&#62;
&#60;p&#62;#sidebar1wrap,&#60;br /&#62;
#sidebar2wrap {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	float: left;&#60;br /&#62;
	margin-bottom: 20px;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
	width: 160px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 a, #sidebar1 li.recentcomments, #sidebar1 .textwidget,&#60;br /&#62;
#sidebar2 a, #sidebar2 li.recentcomments, #sidebar2 .textwidget {&#60;br /&#62;
	border-bottom: 1px dotted #252525;&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	display: block;&#60;br /&#62;
	padding: 3px 3px 3px 10px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 a:hover,&#60;br /&#62;
#sidebar2 a:hover {&#60;br /&#62;
	background: #ffa20f;&#60;br /&#62;
	color: #000000;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 h2,&#60;br /&#62;
#sidebar2 h2 {&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 h2.small,&#60;br /&#62;
#sidebar2 h2.small {&#60;br /&#62;
	border-bottom: 1px dotted #404040;&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
	font-size: 1em;&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	margin-top: 20px;&#60;br /&#62;
	text-transform: none;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 li,&#60;br /&#62;
#sidebar2 li {&#60;br /&#62;
	list-style: none;&#60;br /&#62;
	margin-top: 3px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 li:hover small,&#60;br /&#62;
#sidebar2 li:hover small {&#60;br /&#62;
	color: #000000;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 li.recentcomments:hover,&#60;br /&#62;
#sidebar2 li.recentcomments:hover {&#60;br /&#62;
	background: #ffa20f;&#60;br /&#62;
	color: #000000;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 li.recentcomments:hover a,&#60;br /&#62;
#sidebar2 li.recentcomments:hover a {&#60;br /&#62;
	color: #000000;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 li.recentcomments a,&#60;br /&#62;
#sidebar2 li.recentcomments a {&#60;br /&#62;
	border: none;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 li.widget_categories ul li,&#60;br /&#62;
#sidebar2 li.widget_categories ul li {&#60;br /&#62;
	border-bottom: 1px dotted #252525;&#60;br /&#62;
	display: block;&#60;br /&#62;
	padding: 3px 3px 3px 10px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 li.widget_categories ul li a,&#60;br /&#62;
#sidebar2 li.widget_categories ul li a {&#60;br /&#62;
	border-bottom: none;&#60;br /&#62;
	display: inline;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 li.widget_categories ul li:hover, #sidebar1 li.widget_categories ul li:hover a,&#60;br /&#62;
#sidebar2 li.widget_categories ul li:hover, #sidebar2 li.widget_categories ul li:hover a {&#60;br /&#62;
	background: #ffa20f;&#60;br /&#62;
	color: #000000;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 select,&#60;br /&#62;
#sidebar2 select {&#60;br /&#62;
	margin: 3px 0 3px 0;&#60;br /&#62;
	width: 100%;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 small,&#60;br /&#62;
#sidebar2 small {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .textwidget,&#60;br /&#62;
#sidebar2 .textwidget {&#60;br /&#62;
	padding: 3px 0 3px 0;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .textwidget img,&#60;br /&#62;
#sidebar1 .textwidget img {&#60;br /&#62;
	display: block;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .textwidget a,&#60;br /&#62;
#sidebar2 .textwidget a {&#60;br /&#62;
	display: inline;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 ul,&#60;br /&#62;
#sidebar2 ul {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 ul.children a, #sidebar1 li.page_item ul li.page_item a,&#60;br /&#62;
#sidebar2 ul.children a, #sidebar2 li.page_item ul li.page_item a {&#60;br /&#62;
	padding-left: 20px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item a,&#60;br /&#62;
#sidebar2 ul.children ul.children a, #sidebar2 li.page_item ul li.page_item ul li.page_item a {&#60;br /&#62;
	padding-left: 30px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 ul.children ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item ul li.page_item a,&#60;br /&#62;
#sidebar2 ul.children ul.children ul.children a, #sidebar2 li.page_item ul li.page_item ul li.page_item ul li.page_item a {&#60;br /&#62;
	padding-left: 40px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_text a, #sidebar1 .widget_text a img,&#60;br /&#62;
#sidebar2 .widget_text a, #sidebar2 .widget_text a img {&#60;br /&#62;
	border: none;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_tag_cloud,&#60;br /&#62;
#sidebar2 .widget_tag_cloud {&#60;br /&#62;
	border-bottom: 1px dotted #252525;&#60;br /&#62;
	margin-bottom: 10px;&#60;br /&#62;
	padding-bottom: 3px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_tag_cloud a,&#60;br /&#62;
#sidebar2 .widget_tag_cloud a {&#60;br /&#62;
	border: none;&#60;br /&#62;
	display: inline;&#60;br /&#62;
	padding: 0 3px 0 3px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_tag_cloud h2,&#60;br /&#62;
#sidebar2 .widget_tag_cloud h2 {&#60;br /&#62;
	margin-bottom: 10px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_rss h2.small a,&#60;br /&#62;
#sidebar2 .widget_rss h2.small a {&#60;br /&#62;
	border: none;&#60;br /&#62;
	display: inline;&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	padding: 0 0 3px 0;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_rss h2.small a:hover,&#60;br /&#62;
#sidebar2 .widget_rss h2.small a:hover {&#60;br /&#62;
	background: none;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_rss h2.small a img,&#60;br /&#62;
#sidebar2 .widget_rss h2.small a img {&#60;br /&#62;
	display: none;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_rss ul li,&#60;br /&#62;
#sidebar2 .widget_rss ul li {&#60;br /&#62;
	border-bottom: 1px dotted #252525;&#60;br /&#62;
	display: block;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_rss ul li a.rsswidget,&#60;br /&#62;
#sidebar2 .widget_rss ul li a.rsswidget {&#60;br /&#62;
	border: none;&#60;br /&#62;
	display: block;&#60;br /&#62;
	padding: 3px 3px 3px 10px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_rss ul li cite,&#60;br /&#62;
#sidebar2 .widget_rss ul li cite {&#60;br /&#62;
	color: #ff9000;&#60;br /&#62;
	font-size: .75em;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
	padding-bottom: 3px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_rss ul li .rss-date,&#60;br /&#62;
#sidebar2 .widget_rss ul li .rss-date {&#60;br /&#62;
	color: #ff9000;&#60;br /&#62;
	display: block;&#60;br /&#62;
	font-size: .75em;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_rss ul li .rssSummary,&#60;br /&#62;
#sidebar2 .widget_rss ul li .rssSummary {&#60;br /&#62;
	padding-bottom: 3px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -sidebar calendar- */&#60;/p&#62;
&#60;p&#62;#sidebar1 .widget_calendar h2,&#60;br /&#62;
#sidebar2 .widget_calendar h2 {&#60;br /&#62;
	display: none;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_calendar caption,&#60;br /&#62;
#sidebar2 .widget_calendar caption {&#60;br /&#62;
	border-bottom: 1px dotted #404040;&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
	font-size: 1em;&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	margin-top: 20px;&#60;br /&#62;
	text-align: left;&#60;br /&#62;
	text-transform: none;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_calendar table,&#60;br /&#62;
#sidebar2 .widget_calendar table {&#60;br /&#62;
	border-bottom: 1px dotted #252525;&#60;br /&#62;
	width: 100%;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_calendar table a,&#60;br /&#62;
#sidebar2 .widget_calendar table a {&#60;br /&#62;
	background: #252525;&#60;br /&#62;
	border: none;&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	display: block;&#60;br /&#62;
	padding: 3px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_calendar table a:hover,&#60;br /&#62;
#sidebar2 .widget_calendar table a:hover {&#60;br /&#62;
	background: #ffa20f;&#60;br /&#62;
	color: #000000;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_calendar table td,&#60;br /&#62;
#sidebar2 .widget_calendar table td {&#60;br /&#62;
	color: #252525;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}&#60;br /&#62;
#sidebar1 .widget_calendar table th,&#60;br /&#62;
#sidebar2 .widget_calendar table th {&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -comments- */&#60;/p&#62;
&#60;p&#62;#comments, #respond {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	margin-bottom: 20px;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
	width: 508px;&#60;br /&#62;
}&#60;br /&#62;
#commentpages {&#60;br /&#62;
	margin-bottom: 20px;&#60;br /&#62;
}&#60;br /&#62;
ul#commentlist {&#60;br /&#62;
	list-style: none;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
}&#60;br /&#62;
ul#commentlist li.comment {&#60;br /&#62;
	border-top: 1px dotted #404040;&#60;br /&#62;
	padding: 20px 0 20px 0;&#60;br /&#62;
}&#60;br /&#62;
ul#commentlist ul.children {&#60;br /&#62;
	list-style: none;&#60;br /&#62;
	padding: 0 0 0 20px;&#60;br /&#62;
}&#60;br /&#62;
ul#commentlist ul.children li {&#60;br /&#62;
	border-top: 1px dotted #404040;&#60;br /&#62;
	margin: 10px 0 0 0;&#60;br /&#62;
	padding: 10px 0 0 0;&#60;br /&#62;
}&#60;br /&#62;
ul#commentlist li blockquote {&#60;br /&#62;
	background: #252525;&#60;br /&#62;
	border: 1px solid #303030;&#60;br /&#62;
	margin: 1.2em auto;&#60;br /&#62;
	padding: 0 1.2em 0 1.2em;&#60;br /&#62;
}&#60;br /&#62;
ul#commentlist a {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
}&#60;br /&#62;
h2.comments {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin-bottom: 20px;&#60;br /&#62;
}&#60;br /&#62;
h2.respond {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin-bottom: 20px;&#60;br /&#62;
}&#60;br /&#62;
h2.commentpages {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin-bottom: 20px;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
}&#60;br /&#62;
small a.comment-edit-link {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;br /&#62;
#commentlist div .avatar {&#60;br /&#62;
	border: 4px solid #303030;&#60;br /&#62;
	float: left;&#60;br /&#62;
	margin: 0 10px 10px 0;&#60;br /&#62;
}&#60;br /&#62;
.vcard .fn, .vcard .says {&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
}&#60;br /&#62;
.comment-meta {&#60;br /&#62;
	font-size: .8em;&#60;br /&#62;
	margin-bottom: 40px;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;br /&#62;
.comment-meta a {&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
}&#60;br /&#62;
.comment-meta a.comment-edit-link {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
}&#60;br /&#62;
.reply {&#60;br /&#62;
	margin-top: 20px;&#60;br /&#62;
	text-align: left;&#60;br /&#62;
}&#60;br /&#62;
li.depth-1 #respond {&#60;br /&#62;
	margin: 0 0 -20px -10px;&#60;br /&#62;
}&#60;br /&#62;
li.depth-2 #respond {&#60;br /&#62;
	margin: 0 0 -20px -30px;&#60;br /&#62;
}&#60;br /&#62;
li.depth-3 #respond {&#60;br /&#62;
	margin: 0 0 -20px -50px;&#60;br /&#62;
}&#60;br /&#62;
li.depth-4 #respond {&#60;br /&#62;
	margin: 0 0 -20px -70px;&#60;br /&#62;
}&#60;br /&#62;
li.depth-5 #respond {&#60;br /&#62;
	margin: 0 0 -20px -90px;&#60;br /&#62;
}&#60;br /&#62;
#commentform {&#60;br /&#62;
	width: 508px;&#60;br /&#62;
}&#60;br /&#62;
#commentform a {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
}&#60;br /&#62;
#commentform input, #commentform textarea {&#60;br /&#62;
	background: #252525;&#60;br /&#62;
	border: 1px solid #303030;&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	padding: 3px;&#60;br /&#62;
}&#60;br /&#62;
#commentform #commentbox {&#60;br /&#62;
	height: 100px;&#60;br /&#62;
	width: 500px;&#60;br /&#62;
}&#60;br /&#62;
#commentform #submit {&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	margin-top: 20px;&#60;br /&#62;
}&#60;br /&#62;
#commentform small {&#60;br /&#62;
	text-transform: normal;&#60;br /&#62;
}&#60;br /&#62;
.commentlinks a {&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	padding: 5px 10px 5px 10px;&#60;br /&#62;
}&#60;br /&#62;
.commentlinks a:hover {&#60;br /&#62;
	background: #ffa20f;&#60;br /&#62;
	color: #000000;&#60;br /&#62;
}&#60;br /&#62;
.commentlinks .current {&#60;br /&#62;
	background: #ffa20f;&#60;br /&#62;
	color: #000000;&#60;br /&#62;
	padding: 5px 10px 5px 10px;&#60;br /&#62;
}&#60;br /&#62;
.nocomments {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	margin-bottom: 20px;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -search form- */&#60;/p&#62;
&#60;p&#62;#s {&#60;br /&#62;
	background: #252525;&#60;br /&#62;
	border: 1px solid #303030;&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	padding: 3px;&#60;br /&#62;
	width: 152px;&#60;br /&#62;
}&#60;br /&#62;
#searchsubmit {&#60;br /&#62;
	display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -footer- */&#60;/p&#62;
&#60;p&#62;#footer {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	clear: both;&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
	text-align: right;&#60;br /&#62;
	width: 908px;&#60;br /&#62;
}&#60;br /&#62;
#footer small {&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -misc and universal- */&#60;/p&#62;
&#60;p&#62;#navlink, #postlink {&#60;br /&#62;
	background: #181818;&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
	margin-bottom: 20px;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}&#60;br /&#62;
#navlink a, #postlink a {&#60;br /&#62;
	color: #ffa20f;&#60;br /&#62;
}&#60;br /&#62;
#navlink a:hover, #postlink a:hover {&#60;br /&#62;
	color: #ffffff;&#60;br /&#62;
}&#60;br /&#62;
.uppercase {&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
}&#60;br /&#62;
.wp-smiley {&#60;br /&#62;
	border: none;&#60;br /&#62;
	display: inline;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* -floats - */&#60;/p&#62;
&#60;p&#62;.aligncenter, div.aligncenter {&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin-left: auto;&#60;br /&#62;
	margin-right: auto;&#60;br /&#62;
}&#60;br /&#62;
.alignleft {&#60;br /&#62;
	float: left;&#60;br /&#62;
}&#60;br /&#62;
.alignright {&#60;br /&#62;
	float: right;&#60;br /&#62;
}
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Sorry guys, I'm not good at CSS and am lost as to what to modifiy. Would it be the style.css of the template, or the style.css of the plugin?&#60;/p&#62;
&#60;p&#62;Thanks so much for the help!
&#60;/p&#62;</description>
</item>
<item>
<title>singh441 on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1223806</link>
<pubDate>Thu, 24 Sep 2009 21:39:50 +0000</pubDate>
<dc:creator>singh441</dc:creator>
<guid isPermaLink="false">1223806@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hey thanx micka it worked for me :)
&#60;/p&#62;</description>
</item>
<item>
<title>billydec on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1211202</link>
<pubDate>Mon, 14 Sep 2009 14:47:54 +0000</pubDate>
<dc:creator>billydec</dc:creator>
<guid isPermaLink="false">1211202@http://wordpress.org/support/</guid>
<description>&#60;p&#62;@painteddigital :: that worked for me. I tried a couple other fixes - no dice... then found yours which did the trick. Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>painteddigital on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1210833</link>
<pubDate>Mon, 14 Sep 2009 04:48:41 +0000</pubDate>
<dc:creator>painteddigital</dc:creator>
<guid isPermaLink="false">1210833@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm using 3.4.4 and to fix it I had to add&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;display: inline&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sociable img&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;...then it displayed inline like it should. Hope that helps someone!
&#60;/p&#62;</description>
</item>
<item>
<title>Erunafailaro on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1162370</link>
<pubDate>Tue, 04 Aug 2009 10:30:16 +0000</pubDate>
<dc:creator>Erunafailaro</dc:creator>
<guid isPermaLink="false">1162370@http://wordpress.org/support/</guid>
<description>&#60;p&#62;My problem is, that the icons stack vertically in the feed only. They line up correctly horizontal on the blog.&#60;/p&#62;
&#60;p&#62;How can I fix that in my feed without modifying the PHP in the plugin-file?
&#60;/p&#62;</description>
</item>
<item>
<title>sherrascott on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1148992</link>
<pubDate>Thu, 23 Jul 2009 19:26:59 +0000</pubDate>
<dc:creator>sherrascott</dc:creator>
<guid isPermaLink="false">1148992@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Never mind. Updating to version 3.4.3 fixed the issue!
&#60;/p&#62;</description>
</item>
<item>
<title>sherrascott on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1148991</link>
<pubDate>Thu, 23 Jul 2009 19:26:00 +0000</pubDate>
<dc:creator>sherrascott</dc:creator>
<guid isPermaLink="false">1148991@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I did what MickA suggested and it worked - for a while. Then I switched themes and now it's back to being vertical again (I checked the sociable.css and it hasn't changed). I'm using version 3.4.1 if it makes a difference.
&#60;/p&#62;</description>
</item>
<item>
<title>frugally4u on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1146286</link>
<pubDate>Tue, 21 Jul 2009 16:20:19 +0000</pubDate>
<dc:creator>frugally4u</dc:creator>
<guid isPermaLink="false">1146286@http://wordpress.org/support/</guid>
<description>&#60;p&#62;All I did after trying to go through all of these steps was....&#60;br /&#62;
Go to the plugin in your dashboard --&#38;gt; click Sociable Options --&#38;gt; then make sure that the box beside &#34;Use the sociable stylesheet?&#34; is checked... worked! &#60;/p&#62;
&#60;p&#62;The only problem was... the colors were more dim - so now I need to go in &#38;amp; tweek those somehow in the stylesheet ;) &#60;/p&#62;
&#60;p&#62;You can see it working here: &#60;a href=&#34;http://www.aStorybookLife.com&#34; rel=&#34;nofollow&#34;&#62;http://www.aStorybookLife.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>MickA on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1124958</link>
<pubDate>Fri, 03 Jul 2009 16:29:13 +0000</pubDate>
<dc:creator>MickA</dc:creator>
<guid isPermaLink="false">1124958@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Okay&#60;br /&#62;
All you have to do is add a float.&#60;/p&#62;
&#60;p&#62;CHANGE THIS&#60;br /&#62;
.sociable ul li {&#60;br /&#62;
	background: none;&#60;br /&#62;
	display: inline !important;&#60;br /&#62;
	list-style-type: none;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	padding: 1px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;TO THIS&#60;br /&#62;
.sociable ul li {&#60;br /&#62;
	background: none;&#60;br /&#62;
	float:left; /* IE FIX */&#60;br /&#62;
	display: inline !important;&#60;br /&#62;
	list-style-type: none;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	padding: 1px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Works for me....
&#60;/p&#62;</description>
</item>
<item>
<title>kingleo1 on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1116322</link>
<pubDate>Thu, 25 Jun 2009 16:11:22 +0000</pubDate>
<dc:creator>kingleo1</dc:creator>
<guid isPermaLink="false">1116322@http://wordpress.org/support/</guid>
<description>&#60;p&#62;ok guys, that's exactly the problem i'm having right now.. but from ur replies, i kinda understand what's wrong, but i can't code the correction.. i mean from what i understood, it seems that 2 variables are targeting the same css entry.. and to correct that i need to give priority to the one i want displayed in the browser.. but i can't start to figure out what changes to my code should i do.. u see i'm new to css..&#60;/p&#62;
&#60;p&#62;i've added the sociable.css code to the bottom of my theme's style.css..&#60;br /&#62;
the code is..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* -sociable- */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: &#38;quot;&#38;quot;; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;what should i change in the code to make the sociable icons appear vertically in 1 line instead of appearing horizontally each in a line by it's own?&#60;/p&#62;
&#60;p&#62;thanks in advance :)
&#60;/p&#62;</description>
</item>
<item>
<title>blondishnet on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1109215</link>
<pubDate>Thu, 18 Jun 2009 23:31:03 +0000</pubDate>
<dc:creator>blondishnet</dc:creator>
<guid isPermaLink="false">1109215@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Joost is correct. All you have to do is make sure you insert the division layer ID in front of your css of sociable to specify. You are putting your sociable within your content area or #content.&#60;/p&#62;
&#60;p&#62;Thanks Joost. I solved this before reading this, but I wanted to search the WP forums if anyone was having this issue.
&#60;/p&#62;</description>
</item>
<item>
<title>joostdevalk on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1087843</link>
<pubDate>Sun, 31 May 2009 10:30:35 +0000</pubDate>
<dc:creator>joostdevalk</dc:creator>
<guid isPermaLink="false">1087843@http://wordpress.org/support/</guid>
<description>&#60;p&#62;That's a rather odd way around it, as you'd have to change the plugin each time. I'd suggest doing #content .sociable or something to that extend, that would work just as well. The issue you have is called CSS Specificity, which you can find more about here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.htmldog.com/guides/cssadvanced/specificity/&#34;&#62;http://www.htmldog.com/guides/cssadvanced/specificity/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>davidedw on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1087809</link>
<pubDate>Sun, 31 May 2009 08:46:04 +0000</pubDate>
<dc:creator>davidedw</dc:creator>
<guid isPermaLink="false">1087809@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I found that sociable is using a class=sociable in the div, and my id CSS was overwriting it. So I changed the class=sociable in sociable.php to a id=sociable and put the set of #sociable settings in my style.css...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#sociable span {
	# display: block;
}
#sociable ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
#sociable ul li:before { content: &#38;quot;&#38;quot;; }
#sociable img {
	display: inline;
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>rcaeiro on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1087270</link>
<pubDate>Sat, 30 May 2009 14:17:57 +0000</pubDate>
<dc:creator>rcaeiro</dc:creator>
<guid isPermaLink="false">1087270@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I think this is a compatibility issue with some code on the themes. I'm having vertical layout on some themes and horizontal in others... did you manage to solve it?
&#60;/p&#62;</description>
</item>
<item>
<title>AnnySavvant on "[Plugin: Sociable] want icons in horizontal line rather than vertical list"</title>
<link>http://wordpress.org/support/topic/269511#post-1070379</link>
<pubDate>Mon, 11 May 2009 00:19:08 +0000</pubDate>
<dc:creator>AnnySavvant</dc:creator>
<guid isPermaLink="false">1070379@http://wordpress.org/support/</guid>
<description>&#60;p&#62;In the previous version of Sociable, the icon list on the front page was a single line, horizontal series of icons.  In the 3.1.1 version I just installed, it appears as a vertical list.  How can I make it back into a single horizontal line with all the icons on it?&#60;br /&#62;
Thanks,&#60;br /&#62;
Anny
&#60;/p&#62;</description>
</item>

</channel>
</rss>
