adds margins to CUNY BlackBoard so it doesn't take up your entire screen
CUNY BlackBoard w/ Margins by superstarxalien
Details
Authorsuperstarxalien
LicenseNo License
Categorycuny.edu
Created
Updated
Size337 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name CUNY BlackBoard w/ Margins
@version 20240130.17.48
@namespace ?
==/UserStyle== */
@-moz-document domain("cuny.edu") {
body
{
max-width: 70%;
margin: 0 auto;
}
}
@-moz-document url("http://comet.lehman.cuny.edu/sormani/teaching/induction.html") {
body > center
{
padding: 2.5% 0;
}
}