aboutsummaryrefslogtreecommitdiffstats
path: root/css/master.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--css/master.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/master.css b/css/master.css
index ae06f44..10e53ea 100644
--- a/css/master.css
+++ b/css/master.css
@@ -61,3 +61,9 @@ a:link {
a:visited {
color: #008787;
}
+
+pre {
+ border: 2px solid #005f87;
+ padding: 10px;
+ margin: 10px;
+}