summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-24 19:30:18 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-24 19:30:18 +0100
commit136d69ad974a2beb94abb0b669d88054371ef57b (patch)
tree4c0e427d4d09e09f297476d8a48c3fbb36a4d07e
parent838925c2b6e34f9f7da7cbc1d6e79f2a482a4796 (diff)
downloadIshtar-136d69ad974a2beb94abb0b669d88054371ef57b.tar.bz2
Ishtar-136d69ad974a2beb94abb0b669d88054371ef57b.zip
v0.99.5
-rw-r--r--CHANGES.md6
-rw-r--r--ishtar_common/static/media/style.css2
-rw-r--r--version.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 466d91d1d..bd20ae584 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,12 @@
Ishtar changelog
================
+0.99.5 (2017-01-24)
+-------------------
+
+- UI: short menu don't hide the main content
+- Wizard: fix parcel reuse in creation
+
0.99.4 (2017-01-24)
-------------------
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index e64dd1441..6fe6e6532 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -358,7 +358,7 @@ div#header{
position: fixed;
top: 0;
z-index: 10;
- width: 400px;
+ width: 500px;
text-align:left;
font-size: 0.9em;
background-color: #EAEAEA;
diff --git a/version.py b/version.py
index b6c2ab025..4cf114c57 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 4, 1)
+VERSION = (0, 99, 5)
def get_version():