1
0

Use backend main heading as back-to-index-page link.

This commit is contained in:
Matthias Mees
2013-01-28 15:09:35 +01:00
parent 5a6b95d343
commit c755f57c17
2 changed files with 9 additions and 1 deletions

View File

@ -954,6 +954,14 @@ summary { cursor: pointer; }
#top a:hover,
#top a:focus { color: #fcfcfc; }
#banner a,
#banner a:visited,
#banner a:hover,
#banner a:focus {
color: #fcfcfc;
text-decoration: none;
}
#banner,
#user_menu { text-shadow: 1px 1px 1px rgba(0,0,0,.8); }