Page navigation is now working.
[photos] / src / main / java / org / wamblee / photos / wicket / photos.css
index 4c08befdd724f8ca741395e15c27fc9c4d861a38..df80436018f16adb770e335faf73980595aced6c 100644 (file)
@@ -69,12 +69,20 @@ ul.feedbackPanel {
     margin-top: 1em;
 }
 
-#content em {
-    display: block;
+#navigation h1 {
+    font-size: 1.3em;
+    font-weight: bold;
+}
+
+#navigation h1 .path {
+    font-style: oblique;
+}
+
+#navigation em, #navigation a {
     margin-bottom: 0px;
     font-style: normal;
-    font-weight: bold;
-    font-size: 24px;
+    font-size: small;
+    font-family: sans-serif;
 }
 
 #photos th, #content td {