aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/stylesheets/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index c4209fb31..625488b5d 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -124,7 +124,7 @@ a:active {
#footer {
padding: 3px;
- border-top: solid 1px #527b10;
+ border-top: solid 1px #4e451b;
font-size: 90%;
text-align: center;
width: 75%;
@@ -277,6 +277,7 @@ table#list_requests .odd {
#request_main {
float: left;
width: 70%;
+ margin-bottom: 2em;
}
#request_sidebar {