[snowy] Add title to note detail, fix some style issues
- From: Brad Taylor <btaylor src gnome org>
- To: svn-commits-list gnome org
- Subject: [snowy] Add title to note detail, fix some style issues
- Date: Mon, 18 May 2009 16:55:23 -0400 (EDT)
commit 5fd28c8460068d00e3e2dd247fc7644b2e7dfd9b
Author: Brad Taylor <brad getcoded net>
Date: Mon May 18 16:55:01 2009 -0400
Add title to note detail, fix some style issues
---
notes/templates/notes/note_detail.html | 3 ++-
site_media/css/screen.css | 6 +++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/notes/templates/notes/note_detail.html b/notes/templates/notes/note_detail.html
index 38095e7..c38fa17 100644
--- a/notes/templates/notes/note_detail.html
+++ b/notes/templates/notes/note_detail.html
@@ -17,7 +17,8 @@
<tr>
<td>
<div id="funcooker">
- {{ body|safe }}
+ <h1>{{ note.title }}</h1>
+ {{ body|safe }}
</div>
</td>
<td>
diff --git a/site_media/css/screen.css b/site_media/css/screen.css
index 27746ec..cb318ce 100644
--- a/site_media/css/screen.css
+++ b/site_media/css/screen.css
@@ -37,7 +37,7 @@ h1 {
vertical-align: middle;
font-family: Trebuchet MS, Calibri, Verdana, Arial, sans-serif;
- whitespace: nowrap;
+ white-space: nowrap;
}
#header-auth p, #header-auth h3 {
@@ -134,6 +134,10 @@ table#container {
vertical-align: top;
}
+table#content-layout {
+ width: 100%;
+}
+
#toolbar {
position: relative;
float: right;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]