This looks better in browsers that ignore css, e.g. lynx.
padding: 0px 0px 30px 0px;
}
+#navigation > li {
+ list-style: none;
+ display: inline-block;
+}
+
#navigation a {
color: #C2CBCE;
font-size: 20px;
(:li
(:a :href "/" "The Tar Pit")))
(:ul :id "navigation"
- (:a :href "/about.html" "about")
- (:a :href "/archive.html" "archive")
- (:a :href "/rss.xml" "rss"))
+ (:li (:a :href "/about.html" "about"))
+ (:li (:a :href "/archive.html" "archive"))
+ (:li (:a :href "/rss.xml" "rss")))
(:div :id "content"
(:h1 (cl-who:str title))
(cl-who:str body))