diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:04:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:04:00 +0000 |
commit | bdff82fd81314b6b1fdc413aef8b1e73000059d0 (patch) | |
tree | cda177c2d8a3c85631eb44fc06bdd6f677c6cc43 /odk/docs | |
parent | 9b1f931b53b3e6daf7c0e34ec82c3386aee863fa (diff) |
INTEGRATION: CWS sdkbugfix02 (1.3.10); FILE MERGED
2005/03/17 16:17:04 jsc 1.3.10.1: #120063# insert text-decoration none for links
Diffstat (limited to 'odk/docs')
-rw-r--r-- | odk/docs/sdk_styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/docs/sdk_styles.css b/odk/docs/sdk_styles.css index 7164dac34400..a3fdd7b199ef 100644 --- a/odk/docs/sdk_styles.css +++ b/odk/docs/sdk_styles.css @@ -1,3 +1,4 @@ +a { text-decoration: none; } a:link { color: #C44B01; } a:visited { color: #638093; } a:active { color: #9DCA12; } |