Makes the further Java guide for the Cambridge University computer science further Java course more readable
Readable further Java guides by jonathanjameswatson

Details
Authorjonathanjameswatson
LicenseMIT License
Categorycl.cam.ac.uk
Created
Updated
Code size629 B
Code checksumaf2a3e7f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Readable further Java guides
@version 20211025.11.11
@namespace userstyles.world/user/jonathanjameswatson
@description Makes the further Java guide for the Cambridge University computer science further Java course more readable
@author jonathanjameswatson
@license MIT License
==/UserStyle== */
@-moz-document url-prefix("https://www.cl.cam.ac.uk/teaching/2122/FJava/workbook") {
body {
max-width: 50rem;
margin: auto;
font-family: sans-serif;
font-size: 1.2em;
line-height: 1.45;
padding: 2rem;
padding-bottom: 0;
}
pre {
overflow-x: auto;
}
}