summaryrefslogtreecommitdiffstats
path: root/styling
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2013-11-03 13:31:46 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2013-11-03 13:31:46 +0530
commit7aa5e420c4e5bb23c3c42a1906de0583b64d4c96 (patch)
treeeaa821c0300e6af367dd31c60c85cfcd1ab31191 /styling
parent10f76557ba3eb7e9241e972750b0cc528b503ca3 (diff)
updated stylesheet.
the monopace span elements now have a background and border.
Diffstat (limited to 'styling')
-rw-r--r--styling/style.css3
1 files changed, 3 insertions, 0 deletions
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 {