summaryrefslogtreecommitdiffstats
path: root/webroot
diff options
context:
space:
mode:
Diffstat (limited to 'webroot')
-rw-r--r--webroot/css/base.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/webroot/css/base.css b/webroot/css/base.css
index 5a2cb29..ec4ddf9 100644
--- a/webroot/css/base.css
+++ b/webroot/css/base.css
@@ -463,10 +463,10 @@ dl.definition dd {
}
#scrollwrapper {
- padding: 15px;
+ padding: 15px 20px;
border: 1px solid #ccc;
float: left;
- margin: 15px 32px;
+ margin: 10px 25px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
@@ -495,6 +495,7 @@ dl.definition dd {
border: 1px solid #ccc;
float: left;
height: 300px;
+ margin-right: 15px;
}
.scrollable .active {
border: 2px solid #000;