Moved venus.png and venus.ico in themes/common/imgages/

Removed namespace declaration from OPML template (OPML 1.x doesn't support namespaces).
Tweaked Musings css file
This commit is contained in:
Jacques Distler 2006-09-11 14:12:18 -05:00
parent 2be34bbd84
commit 5dccb3ef30
4 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 894 B

After

Width:  |  Height:  |  Size: 894 B

View File

@ -1,7 +1,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:planet="http://planet.intertwingly.net/"
xmlns="http://opml.scripting.com"
exclude-result-prefixes="atom planet">
<xsl:output indent="yes" method="xml"/>

View File

@ -159,6 +159,7 @@ h1 {
.news {
margin: 30px 10px 30px 10px;
clear: left;
max-width: 50em;
}
.news h3 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B