aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2012-10-31 21:31:32 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2012-10-31 21:31:32 -0700
commit8a13fd4a9ae756a21805339179724657d27aedd5 (patch)
treeb54c34992a254a5d517008804ce0893b86bcf574 /tools
parent22b0c58b20266711de91cc5d7dea2b11b8d3665f (diff)
fixed spacing around header/footer in the jsdoc
Diffstat (limited to 'tools')
-rw-r--r--tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css
index 0c77514..6b10530 100644
--- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css
+++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/static/style.css
@@ -24,6 +24,8 @@
header {
background: #366689;
height: 45px;
+ padding-left: 20px;
+ padding-right: 20px;
}
#logo {
display: inline-block;
@@ -69,6 +71,8 @@
clear: both;
margin-top: 120px;
padding-top: 20px;
+ padding-right: 20px;
+ padding-left: 20px;
background: #366689;
min-height: 150px;
color: white;