[dev-random2] Fixed a link problem, new screenshot

This commit is contained in:
m-r-r
2012-07-26 15:39:38 +02:00
parent c55d10de9c
commit a451e774c4
2 changed files with 9 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

@@ -134,7 +134,7 @@ h1.small-title {
font-weight: normal;
}
a, a:link, a:visited {
a, a:visited {
text-decoration: underline;
color: #29476B;
}
@@ -144,10 +144,14 @@ a:active, a:focus {
outline-style: dotted;
}
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
color: inherit !important;
text-decoration: none!important;
h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
color: #222;
text-decoration: none;
}
a.goto {