diff --git a/progit/static/progit.css b/progit/static/progit.css index 736bf4c..b043f75 100644 --- a/progit/static/progit.css +++ b/progit/static/progit.css @@ -34,6 +34,10 @@ h4 { border-radius: 10px; } +#new_project { + float:right!important; +} + header#mainheader{ color: white; background: #426ead; /* Old browsers */ diff --git a/progit/templates/master.html b/progit/templates/master.html index a7d38df..0fae939 100644 --- a/progit/templates/master.html +++ b/progit/templates/master.html @@ -38,6 +38,11 @@ {% if admin %}
  • Admin
  • {% endif %} +
  • + + New project + +