sdk_styles.css (99eb6ac2) | sdk_styles.css (ae5b48de) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 5 unchanged lines hidden (view full) --- 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 5 unchanged lines hidden (view full) --- 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 |
22a { text-decoration: none; } 23a:link { color: #107EC0; } 24a:visited { color: #638093; } 25a:active { color: #4dadea; } | 22a:link { color: #107EC0; text-decoration: none; } 23a:visited { color: #638093; text-decoration: none; } 24a:hover { color: #107EC0; text-decoration: underline; } |
26 27.sdkbody { background-color: #FFFFFF; 28 color: #333333; 29 margin-top: 0; 30 margin-bottom: 0; 31 margin-left: 0; 32 margin-right: 0; 33 font-family: Arial, Helvetica, sans-serif; } --- 116 unchanged lines hidden --- | 25 26.sdkbody { background-color: #FFFFFF; 27 color: #333333; 28 margin-top: 0; 29 margin-bottom: 0; 30 margin-left: 0; 31 margin-right: 0; 32 font-family: Arial, Helvetica, sans-serif; } --- 116 unchanged lines hidden --- |