projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0868e44
)
bolding links in header, and removing underlines from them to match proposed site...
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:14:17 +0000
(
00:14
-0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:14:17 +0000
(
00:14
-0400)
website/local.css
patch
|
blob
|
history
diff --git
a/website/local.css
b/website/local.css
index 57642658d3fe556a1d8e0c44c7e698ecba3a3a0d..04f336ccdf0429e4000a77bba34a15921bbdb984 100644
(file)
--- a/
website/local.css
+++ b/
website/local.css
@@
-59,3
+59,12
@@
table.sitenav img.logo {
vertical-align: bottom;
}
+table.sitenav a {
+ font-weight: bold;
+ text-decoration: none;
+}
+
+table.sitenav a:hover {
+ font-weight: bold;
+ text-decoration: underline;
+}