[snowy] If you can't stand the heat, get out of the funcooker



commit 944f794f306d324f94d1351928acb46d04accbee
Author: Brad Taylor <brad getcoded net>
Date:   Mon May 18 17:02:48 2009 -0400

    If you can't stand the heat, get out of the funcooker
---
 data/note2xhtml.xsl                    |    2 +-
 notes/templates/notes/note_detail.html |    4 ++--
 site_media/css/screen.css              |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/note2xhtml.xsl b/data/note2xhtml.xsl
index 2ed2317..bde0f75 100644
--- a/data/note2xhtml.xsl
+++ b/data/note2xhtml.xsl
@@ -41,7 +41,7 @@
 </xsl:template>
 
 <xsl:template match="tomboy:note-content">
-	<div class="note">
+	<div>
 		<xsl:apply-templates select="node()" />
 	</div>
 </xsl:template>
diff --git a/notes/templates/notes/note_detail.html b/notes/templates/notes/note_detail.html
index c38fa17..1991030 100644
--- a/notes/templates/notes/note_detail.html
+++ b/notes/templates/notes/note_detail.html
@@ -15,9 +15,9 @@
 {% block content %}
 <table id="content-layout" cellspacing="0" cellpadding="0">
     <tr>
-        <td>
+        <td id="note">
+            <h1>{{ note.title }}</h1>
             <div id="funcooker">
-                <h1>{{ note.title }}</h1>
                 {{ body|safe }}
             </div>
         </td>
diff --git a/site_media/css/screen.css b/site_media/css/screen.css
index 415006c..3b47682 100644
--- a/site_media/css/screen.css
+++ b/site_media/css/screen.css
@@ -190,7 +190,7 @@ table#content-layout {
 }
 
 /* Note-specific styles */
-#funcooker h1 {
+#note h1 {
     text-decoration: underline;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]