}
a {
- //color: #067359;
- color: #08767F;
+ color: #5B756C;;
text-decoration: none;
+ border-bottom: 1px dotted;
}
a:hover {
- text-decoration: underline;
+ background-color: #f2f4f9;
+}
+
+p, ul, ol {
+ line-height: 1.6;
}
pre {
margin-top: -15px;
}
-.info a {
- color: #5B756C;
-}
-
.info sup {
color: #C2CBCE;
font-style: normal;
a:hover img {
text-decoration: none;
+ border-bottom: none;
}
#header {
font-size: 34px;
font-weight: bold;
text-decoration: none;
+ border-bottom: none;
}
#logo a:hover {
color: #5B756C;
+ border-bottom: none;
+ background-color: #fff;
}
#navigation {
font-size: 22px;
margin-left: 12px;
text-decoration: none;
+ border-bottom: none;
}
#navigation a:hover {
color: #5B756C;
+ border-bottom: none;
}
#footer {
pre.sourceCode span.er { color: red; font-weight: bold; }
pre.sourceCode {
- background-color: #f7f7f9;
+ background-color: #f2f4f9;
}