From 45fd2830db11cc57bfc45cbf6837e06e57247129 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 00:25:11 -0400 Subject: implementing Dan Scott small-caps suggestion for nav links. --- website/local.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'website/local.css') diff --git a/website/local.css b/website/local.css index 69defae..cb966f8 100644 --- a/website/local.css +++ b/website/local.css @@ -61,12 +61,14 @@ table.sitenav img.logo { table.sitenav a { font-weight: bold; margin-right: 1em; + font-variant: small-caps; } table.sitenav span.selflink { font-weight: bold; text-decoration: underline; margin-right: 1em; + font-variant: small-caps; } div.header { -- cgit v1.2.3 From 8765b3cc149c77b225212cfdd6bdbe9de80d76bf Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 00:55:05 -0400 Subject: prevent page widening on the web site. --- website/local.css | 1 + 1 file changed, 1 insertion(+) (limited to 'website/local.css') diff --git a/website/local.css b/website/local.css index cb966f8..76dc4cc 100644 --- a/website/local.css +++ b/website/local.css @@ -43,6 +43,7 @@ pre { border: 1px solid #aaa; padding: 3px 3px 3px 3px; margin-left: 2em; + overflow: scroll; } table.sitenav { -- cgit v1.2.3 From 5a18c464ad8a4547d7c80aa7a508f55353e004f6 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 00:56:04 -0400 Subject: prevent page widening, but nicer. --- website/local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/local.css') diff --git a/website/local.css b/website/local.css index 76dc4cc..f7a2006 100644 --- a/website/local.css +++ b/website/local.css @@ -43,7 +43,7 @@ pre { border: 1px solid #aaa; padding: 3px 3px 3px 3px; margin-left: 2em; - overflow: scroll; + overflow: auto; } table.sitenav { -- cgit v1.2.3