From 99daadc1c281221c30d45024ce0f789a51344b6a Mon Sep 17 00:00:00 2001 From: Joachim Seemer Date: Mon, 24 Aug 2009 15:42:05 +0000 Subject: [PATCH] CSS issue was resolved by Simon Kennedy. Thanks! +alphabranch (is the user guide exempt from this branching business? I swaer, I won't break anything... :) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32654 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/Haiku-doc.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Haiku-doc.css b/docs/Haiku-doc.css index f24e7f8e42..b0bd715c4f 100644 --- a/docs/Haiku-doc.css +++ b/docs/Haiku-doc.css @@ -109,11 +109,11 @@ div.bottomnav p { text-align: right; font-size: 0.8em; } -/* + a.uplink { font-weight: normal; } -*/ + /* contents box */ @@ -136,17 +136,17 @@ table.index tr.index { table.index td { padding: 5px 20px; } -/* -table.index a:link, a:visited { + +table.index a:link, table.index a:visited { font-weight: normal; text-decoration: none; color: #dc3c01; } -table.index a:hover, a:active { +table.index a:hover, table.index a:active { text-decoration: underline; color: #ff4500; } -*/ + /* Haiku User Guide styles and layout */