diff -u -p sandsold/icons.css sands/icons.css --- sandsold/icons.css 2006-06-19 11:02:38.000000000 +0200 +++ sands/icons.css 2007-03-24 22:13:32.000000000 +0100 @@ -1,7 +1,7 @@ /* vim: set et ts=2 sw=2: */ .icon-add-comment, .icon-comment, -a.read-more, +a.node_read_more, .icon-print, .icon-add-child-page, .book .prev a, @@ -38,7 +38,7 @@ a.read-more, .icon-add-comment { background-image: url("icons/comment_add.png"); } .icon-comment { background-image: url("icons/comment.png"); } -a.read-more { background-image: url("icons/page_white_go.png"); } +a.node_read_more { background-image: url("icons/page_white_go.png"); } .icon-print { background-image: url("icons/printer.png"); } .icon-add-child-page { background-image: url("icons/page_white_add.png"); } .icon-calendar { background-image: url("icons/calendar.png"); } diff -u -p sandsold/layout.css sands/layout.css --- sandsold/layout.css 2006-08-03 03:01:50.000000000 +0200 +++ sands/layout.css 2007-03-24 22:07:21.000000000 +0100 @@ -106,6 +106,7 @@ label { #primary { padding-top: 0.5ex; + font-size: 1.0em; } #header #menu a:link, @@ -138,6 +139,7 @@ label { } #search .form-submit { height: 1.5em; + margin: 0 0 0.4em 0; } .site-name { @@ -501,3 +503,10 @@ ul.menu li.leaf a textarea { font-size: 1em; } + +ul.links li { + border-left: 1px solid #9cf; +} +ul.links li.first { + border: none; +} diff -u -p sandsold/page.tpl.php sands/page.tpl.php --- sandsold/page.tpl.php 2006-06-20 03:01:54.000000000 +0200 +++ sands/page.tpl.php 2007-03-24 22:07:21.000000000 +0100 @@ -5,6 +5,7 @@