[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10099: solve the stupid "the header for the link you just clicked o (website/trunk)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r10099: solve the stupid "the header for the link you just clicked o (website/trunk)
- From: arma@xxxxxxxx
- Date: Thu, 3 May 2007 04:12:13 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 03 May 2007 04:12:26 -0400
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: arma
Date: 2007-05-03 04:12:07 -0400 (Thu, 03 May 2007)
New Revision: 10099
Modified:
website/trunk/stylesheet.css
Log:
solve the stupid "the header for the link you just clicked on
is smaller than all the other headers" website bug that's been
plaguing us for years. ha!
Modified: website/trunk/stylesheet.css
===================================================================
--- website/trunk/stylesheet.css 2007-05-02 21:56:32 UTC (rev 10098)
+++ website/trunk/stylesheet.css 2007-05-03 08:12:07 UTC (rev 10099)
@@ -141,7 +141,7 @@
}
a.anchor:visited {
- font-size: 12pt;
+ font-size: 1em;
color: black;
font-weight: bold;
text-decoration: none;