witten
/
luminotes
Archived
1
0
Fork 0

Adding some vertical space between "recent updates" and "more" link.

This commit is contained in:
Dan Helfman 2008-04-29 20:16:33 +00:00
parent 99a01ac51b
commit 18a3adcf9c
2 changed files with 5 additions and 1 deletions

View File

@ -275,6 +275,10 @@ img {
font-size: 90%;
}
#recent_notes_spacer {
height: 0.5em;
}
.note_tree_table {
border-collapse: collapse;
}

View File

@ -46,7 +46,7 @@ class Note_tree_area( Div ):
root_note_id = note.object_id,
base_name = u"recent_note",
) for note in recent_notes ],
navigation = Tbody( Tr(
navigation = Tbody( Tr( id = "recent_notes_spacer" ), Tr(
Td(),
Td(
A( u"more", href = u"#", id = u"recent_notes_more_link", class_ = u"undisplayed" ),