diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-10 15:38:39 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-02-10 15:38:39 +0100 |
commit | 5e3ccae0f74697adbf795fea85a697b2a43be556 (patch) | |
tree | f6d7ec6026ba4edad52986af7f74f497a4476a58 | |
parent | b3c570a5ace1b9cf89ebede75aea2cae7747f01f (diff) | |
download | Ishtar-5e3ccae0f74697adbf795fea85a697b2a43be556.tar.bz2 Ishtar-5e3ccae0f74697adbf795fea85a697b2a43be556.zip |
Better connection link (closes #192)
-rw-r--r-- | ishtar/furnitures/forms.py | 2 | ||||
-rw-r--r-- | static/media/style.css | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ishtar/furnitures/forms.py b/ishtar/furnitures/forms.py index 78b9adfef..087b52a3b 100644 --- a/ishtar/furnitures/forms.py +++ b/ishtar/furnitures/forms.py @@ -1,6 +1,6 @@ #/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2011 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as diff --git a/static/media/style.css b/static/media/style.css index 670c2f3a4..3d52eb5c9 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -51,7 +51,8 @@ button:hover, input[type=submit]:hover{ div#header{ width:100%; - text-align:right; + text-align:center; + font-weight:bold; font-size: 0.9em; background-color: #EEE; border-bottom:1px solid #CCC; |