summaryrefslogtreecommitdiff
path: root/templates/fluid/template_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/fluid/template_index.html')
-rw-r--r--templates/fluid/template_index.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/fluid/template_index.html b/templates/fluid/template_index.html
index d0b6e8b..89c5be1 100644
--- a/templates/fluid/template_index.html
+++ b/templates/fluid/template_index.html
@@ -2,11 +2,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://www.w3.org/2005/10/profile">
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>$(PAGE_TITLE)</title>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>$(PAGE_TITLE)</title>
<!-- $(CGG_META_TAGS) -->
<!-- $(CGG_ATOM_FEED_TAGS) -->
- <link href="$(TEMPLATES_PATH)styles.css" type="text/css" rel="stylesheet" media="screen, print" />
+ <style type="text/css">
+ a, a:visited, a:hover, a:active {
+ color: #cccccc;
+ }
+ </style>
+ <link href="$(TEMPLATES_PATH)styles.css" type="text/css" rel="stylesheet" media="screen, print" />
</head>
<body>