summaryrefslogtreecommitdiffstats
path: root/styling
diff options
context:
space:
mode:
Diffstat (limited to 'styling')
-rw-r--r--styling/StyleChecker.java3
-rw-r--r--styling/style.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/styling/StyleChecker.java b/styling/StyleChecker.java
index e70170a..ba25446 100644
--- a/styling/StyleChecker.java
+++ b/styling/StyleChecker.java
@@ -1,6 +1,5 @@
/*+
- * Copyright 2012 rsiddharth
- * Email: <rsiddharth@ninthfloor.org>
+ * Copyright 2012, 2013 rsiddharth <rsiddharth@ninthfloor.org>
*
* This file is part of Scruf.
*
diff --git a/styling/style.css b/styling/style.css
index 1f5f014..ffe1ba2 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -60,6 +60,9 @@ span.monospace {
padding: 1px;
font-size:0.625em;
font-family:monospace;
+ background-color: #fcfcfc;
+ border: 1px solid #f0f0f0;
+ padding: 2px;
}
pre {