Skip to content

Commit

Permalink
Item531: purple visited link colors, more spacing in right bar
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FoswikiSiteSkin@2392 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Feb 7, 2009
1 parent e621ff7 commit 696f84d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pub/System/FoswikiSiteSkin/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

:visited
{
color:#4571D0;
color:#5A3696;
}

:link:hover,
Expand All @@ -27,7 +27,7 @@

.foswikiTopic a:visited
{
color:#4571D0;
color:#5A3696;
}
.foswikiTopic a:hover
{
Expand Down Expand Up @@ -299,7 +299,7 @@ select
#patternSideBarContents h2 a:link,
#patternSideBarContents h2 a:visited
{
background-color:#00a000;
background-color:#090;
color:#fff;
}
#patternSideBarContents h2 a:hover
Expand Down
2 changes: 1 addition & 1 deletion pub/System/FoswikiSiteSkin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ th
{
display:block;
margin:0 -1em;
padding:.3em 1em;
padding:.4em 1em;
}

#patternTopBar
Expand Down

0 comments on commit 696f84d

Please sign in to comment.