summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornishanth2010-03-02 14:51:59 +0530
committernishanth2010-03-02 14:51:59 +0530
commit9f65a5058db057dcf0a9c722610d184d664ad074 (patch)
tree2977ca6d87f2ee4085962583097e7c18454fbd40
parent231c6f8ec8355c9bbbc90a5af9f34b32773f7caa (diff)
downloadpytask-9f65a5058db057dcf0a9c722610d184d664ad074.tar.gz
pytask-9f65a5058db057dcf0a9c722610d184d664ad074.tar.bz2
pytask-9f65a5058db057dcf0a9c722610d184d664ad074.zip
header is now center aligned.
-rw-r--r--templates/base.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 75ff96e..9cd0bdb 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -21,9 +21,10 @@
}
#header {
margin: 0px;
- padding: 0px;
- height: 100px;
+ padding: 5px 0px 5px 0px;
+ height: auto;
width: auto;
+ text-align: center;
background-color: #f1f1f1;
}
#container {