summaryrefslogtreecommitdiffstats
path: root/frontends/php/css.css
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-10-26 18:26:33 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-10-26 18:26:33 +0000
commitb70178bfcba7de0337e0d3b4fecccc21ca2ee4fc (patch)
tree502d7144907c6b965dab7965ab9d3e7854d64168 /frontends/php/css.css
parenta6773a645c83a142e636b70d15ca14cbd770a50b (diff)
downloadzabbix-b70178bfcba7de0337e0d3b4fecccc21ca2ee4fc.tar.gz
zabbix-b70178bfcba7de0337e0d3b4fecccc21ca2ee4fc.tar.xz
zabbix-b70178bfcba7de0337e0d3b4fecccc21ca2ee4fc.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@544 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/css.css')
-rw-r--r--frontends/php/css.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index 283ea8df..c2e76124 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -6,14 +6,14 @@
A.footer {color:#CCCCCC;}
A {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt}
- A:link {color:"blue"; text-decoration: underline; }
- A:visited {color:"blue"; text-decoration: none; }
+ A:link {color:"black"; text-decoration: none; }
+ A:visited {color:"black"; text-decoration: none; }
A:hover {color:"red"; text-decoration: underline;}
A:active {color:"#9D0000"; text-decoration: underline;}
P {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:8pt; }
- P:link {color:"blue"; text-decoration: underline; }
- P:visited {color:"blue"; text-decoration: none; }
+ P:link {color:"black"; text-decoration: underline; }
+ P:visited {color:"black"; text-decoration: none; }
P:hover {color:"red"; text-decoration: none;}
P:active {color:"#9D0000"; text-decoration: underline;}
p.uppercase {text-transform: uppercase}