aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/default/css.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 865d14336..d81e9d379 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -91,7 +91,7 @@ a:hover {
text-decoration: underline;
}
p {
- margin: 0px 0px 15px;
+ margin: 0px 0px 15px 0;
}
img {
border: none;
@@ -184,10 +184,11 @@ h6 { font-size: 0.8em; }
}
#layout_maincontent {
- padding:0px 0 20px 20px;
+ padding:0px 10px 20px 20px;
}
#wrapper_maincontent {
margin:0;
+ /* width:785px;*/
}
/* subclass for layout_maincontent when showing rhs sidebar */
.has_sidebar_right {