User:Iritscen/vector.css: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(works for me)
(does this approach to changing link color work? it worked on another wiki)
Line 4: Line 4:
   overflow: auto;
   overflow: auto;
   max-height: 25em;
   max-height: 25em;
}
/* Make visited links same color as unvisited */
a:visited
{
  color:#0645AD
}
}

Revision as of 02:59, 13 November 2015

/* Prevent sidewards scrolling in pre elements */
pre
{
  overflow: auto;
  max-height: 25em;
}

/* Make visited links same color as unvisited */
a:visited
{
   color:#0645AD
}