diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-06 20:25:55 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-06 20:25:55 +0000 |
commit | 53f9d690ee2f49545d63788be6c1fe80d9ec6e58 (patch) | |
tree | b9b51d06c214396d6ca4b79c380d26ce13f53a92 /h-source/Public | |
parent | 99a6ba9947839d62a3f09f48a0ba962c23794491 (diff) |
added the entry "does it adopt any techniques to track users?" for printers - part 1
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index dacb52b..b911536 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -345,12 +345,12 @@ a.link_menu .inner_label { float:left; - width:300px; + width:320px; } .inner_value { float:left; - width:300px; + width:280px; color:#1f538e; font-weight:bold; } @@ -388,7 +388,7 @@ a.link_menu font:bold 12px/1.5 sans-serif,arial; padding:10px; margin:5px 0px 15px 0px; - background:TOMATO; +/* background:TOMATO; */ border-top:2px solid MAROON; border-bottom:2px solid MAROON; color:MAROON; |