summaryrefslogtreecommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
index 99d597b..e7cec0e 100644
--- a/html/style.css
+++ b/html/style.css
@@ -17,6 +17,11 @@
background-color: #E1E1E1;
border: 1px solid #808080;
color: #5C5C5C;
+ border-radius: .3em;
+ -webkit-border-radius: .3em;
+ -moz-border-radius: .3em;
+ -webkit-box-shadow: 2px 2px 3px #999;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
}
pre {
background-color: #CEE7FF;