<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WordPress DK Forum Tag: 2970 - Recent Topics</title>
		<link>http://wp-danmark.dk/forum/tags/2970</link>
		<description>WordPress DK Forum Tag: 2970 - Recent Topics</description>
		<language>da-DK</language>
		<pubDate>Tue, 25 Aug 2026 17:13:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/tags/2970/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>forsberg94 om "Ramme rundt om mine posts"</title>
			<link>http://wp-danmark.dk/forum/topic/ramme-rundt-om-mine-posts#post-31396</link>
			<pubDate>ons, 26 okt 2011 17:54:57 +0000</pubDate>
			<dc:creator>forsberg94</dc:creator>
			<guid isPermaLink="false">31396@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;Jeg vil gerne have rammer rundt om mine indlæg på &#60;a href=&#34;http://www.latterhimlen.dk&#34; rel=&#34;nofollow&#34;&#62;http://www.latterhimlen.dk&#60;/a&#62; - men kan ikke lige se hvor jeg skulle tilføje det i css koden. &#60;/p&#62;
&#60;p&#62;Her er post delen fra css:&#60;/p&#62;
&#60;p&#62;/* Posts Styling */&#60;/p&#62;
&#60;p&#62;.post_container {&#60;br /&#62;
	background-color: #fff;&#60;br /&#62;
	border-radius: 3px;&#60;br /&#62;
	-moz-border-radius: 3px;&#60;br /&#62;
	margin-bottom: 10px;&#60;br /&#62;
	padding: 5px 5px 5px 5px;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;.post_container ul { &#60;/p&#62;
&#60;p&#62;	list-style: disc;&#60;br /&#62;
	margin-left: 21px;&#60;br /&#62;
	list-style-position: inside;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;ol {&#60;br /&#62;
   list-style-position: inside;&#60;br /&#62;
   margin-left: 21px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.content-background {&#60;br /&#62;
	background-color: #fff;&#60;br /&#62;
	border-radius: 3px;&#60;br /&#62;
	-moz-border-radius: 3px;&#60;br /&#62;
	padding: 0px 5px 5px 5px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.archive-contentbg {&#60;br /&#62;
	background-color: #fff;&#60;br /&#62;
	border-radius: 3px;&#60;br /&#62;
	-moz-border-radius: 3px;&#60;br /&#62;
	padding: 0px 5px 5px 5px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.posts_title {&#60;br /&#62;
	font-size: 24px;&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	margin-bottom: 2px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.post {&#60;br /&#62;
	font-size: 14px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.entry {&#60;br /&#62;
	padding-top: 5px;&#60;br /&#62;
	margin-left: 1px;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;.entry p {&#60;br /&#62;
	clear: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.meta {&#60;br /&#62;
	color: #ababab;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	margin-left: 1px;&#60;br /&#62;
	margin-bottom: 1px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.post-edit-link {&#60;br /&#62;
	background-color: #757575;&#60;br /&#62;
	padding: 2px 3px;&#60;br /&#62;
	color: white;&#60;br /&#62;
	font-size: 10px;&#60;br /&#62;
	border-radius: 3px;&#60;br /&#62;
	-moz-border-radius: 3px;&#60;br /&#62;
	margin-left: 1px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.alignleft,&#60;br /&#62;
img.alignleft {&#60;br /&#62;
	display: inline;&#60;br /&#62;
	float: left;&#60;br /&#62;
  margin-right: 1.5em;&#60;br /&#62;
}&#60;br /&#62;
.alignright,&#60;br /&#62;
img.alignright {&#60;br /&#62;
	display: inline;&#60;br /&#62;
	float: right;&#60;br /&#62;
  margin-left: 1.5em;&#60;br /&#62;
}&#60;br /&#62;
.aligncenter,&#60;br /&#62;
img.aligncenter {&#60;br /&#62;
	clear: both;&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin-left: auto;&#60;br /&#62;
	margin-right: auto;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;img.size-full {&#60;br /&#62;
	max-width: 640px;&#60;br /&#62;
	height: auto;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;p {&#60;br /&#62;
     clear: both;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.wp-caption {&#60;br /&#62;
	background-color: #f3f3f3;&#60;br /&#62;
	border: 1px solid #ddd;&#60;br /&#62;
	border-radius: 3px; /* optional rounded corners for browsers that support it */&#60;br /&#62;
	-moz-border-radius: 3px;&#60;br /&#62;
	margin: 10px;&#60;br /&#62;
	padding-top: 4px;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	max-width: 620px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.wp-caption img {&#60;br /&#62;
	border: 0 none;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
	max-width: 610px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.wp-caption p.wp-caption-text {&#60;br /&#62;
	font-size: 11px;&#60;br /&#62;
	line-height: 17px;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	padding: 0 4px 5px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;blockquote {&#60;br /&#62;
	background-color: #ccc;&#60;br /&#62;
	margin: 10px;&#60;br /&#62;
	padding: 3px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;blockquote p { }&#60;/p&#62;
&#60;p&#62;.sticky { }&#60;/p&#62;
&#60;p&#62;.gallery-caption { }&#60;/p&#62;
&#60;p&#62;.navgation { }&#60;br /&#62;
   .next-posts { float: left; }&#60;br /&#62;
   .prev-posts { float: right; }&#60;/p&#62;
&#60;p&#62;- Hvor skal jeg sætte &#34;border: 1px solid #000000;&#34; ind?(hvis det selvfølgelig er den kode.. er ikke den vildeste til css :D)&#60;/p&#62;
&#60;p&#62;Temaet er desuden iFeature 2.0 fra CyperChimps
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
