Skip to content

Instantly share code, notes, and snippets.

View jamierocks's full-sized avatar

Jamie jamierocks

View GitHub Profile
@jamierocks
jamierocks / jenks.css
Created January 1, 2016 16:15 — forked from stephan-gh/jenks.css
Jenks - A simple and clean theme for the Jenkins continous integration server. (Demo: http://ci.minecrell.net)
/*
* Jenks - A simple and clean theme for the Jenkins continous integration server.
* Copyright (c) 2014, Minecrell <https://github.com/Minecrell>
* Licensed under the MIT License: http://opensource.org/licenses/MIT
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans|Source+Code+Pro);
body, table, form, input, td, th, p, textarea, select {
font-family: 'Open Sans', sans-serif;
class Block implements MetaOwner<Block> {
}