css: change link layout
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Fri, 16 Aug 2013 09:39:06 +0000 (12:39 +0300)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Fri, 16 Aug 2013 09:39:06 +0000 (12:39 +0300)
css/default.css
css/syntax.css

index defa521..1b49794 100644 (file)
@@ -21,13 +21,17 @@ h2 {
 }
 
 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 {
@@ -65,10 +69,6 @@ math {
        margin-top: -15px;
 }
 
-.info a {
-       color: #5B756C;
-}
-
 .info sup {
        color: #C2CBCE;
        font-style: normal;
@@ -113,6 +113,7 @@ img.thumb {
 
 a:hover img {
        text-decoration: none;
+       border-bottom: none;
 }
 
 #header {
@@ -127,10 +128,13 @@ a:hover img {
        font-size: 34px;
        font-weight: bold;
        text-decoration: none;
+       border-bottom: none;
 }
 
 #logo a:hover {
        color: #5B756C;
+       border-bottom: none;
+       background-color: #fff;
 }
 
 #navigation {
@@ -144,10 +148,12 @@ a:hover img {
        font-size: 22px;
        margin-left: 12px;
        text-decoration: none;
+       border-bottom: none;
 }
 
 #navigation a:hover {
        color: #5B756C;
+       border-bottom: none;
 }
 
 #footer {
index dc2f189..f3d94c1 100644 (file)
@@ -20,5 +20,5 @@ pre.sourceCode span.re { }
 pre.sourceCode span.er { color: red; font-weight: bold; }
 
 pre.sourceCode {
-       background-color: #f7f7f9;
+       background-color: #f2f4f9;
 }