From dfb0c86f854920313f959c2b858a1538b35b4a9e Mon Sep 17 00:00:00 2001 From: xntrik Date: Wed, 29 Dec 2010 07:30:41 +0000 Subject: [PATCH] the about and log out links now behave as links git-svn-id: https://beef.googlecode.com/svn/trunk@642 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- lib/ui/panel/index.html | 4 ++-- public/css/base.css | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/ui/panel/index.html b/lib/ui/panel/index.html index fcdfb3e69..e32a91365 100644 --- a/lib/ui/panel/index.html +++ b/lib/ui/panel/index.html @@ -41,8 +41,8 @@ <%= nonce_tag %> diff --git a/public/css/base.css b/public/css/base.css index db1310bf2..591f8d690 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -6,6 +6,12 @@ color:#000; } +#header a:link, +#header a:visited { + color:#000; + text-decoration:underline; +} + .x-grid3-cell-inner, .x-grid3-hd-inner { white-space: normal; /* changed from nowrap */ } @@ -80,4 +86,4 @@ .command-module-panel-description { margin-bottom: 10px; padding-top: 4px; -} \ No newline at end of file +}