Jump to content

User:Account245424/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
/* Reference list in a box with a scrollbar */
/* Reference list in a box with a scrollbar */
@media screen {
/*@media screen {
div.reflist {
div.reflist {
overflow-x: hidden;
overflow-x: hidden;
Line 8: Line 8:
}
}
}
}
*/

Revision as of 09:21, 27 August 2016

/* Reference list in a box with a scrollbar */
/*@media screen {
  div.reflist {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 0.5em;
    max-height: 300px;
  }
}
*/