summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-07-01 20:27:02 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-07-01 20:27:02 -0400
commita1e86f574190eb41fdca6c573af2941a979eadf5 (patch)
tree5a9fb8c015e1fae2469066d66ef8ceec1fc6e4e6
parent89ecc99dd7e8875807c6fae142ea55fb03bf82d2 (diff)
downloadhyperkitty-a1e86f574190eb41fdca6c573af2941a979eadf5.tar.gz
hyperkitty-a1e86f574190eb41fdca6c573af2941a979eadf5.tar.xz
hyperkitty-a1e86f574190eb41fdca6c573af2941a979eadf5.zip
Fixed : Body was overlapping with header
-rw-r--r--static/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 1fe0b14..aea0b88 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -2,6 +2,12 @@
/* Generic classes */
+body {
+ position: relative;
+ padding-top: 90px;
+ background-color: white;
+}
+
.right {
text-align: right;
}