This commit is contained in:
Florian Mounier
2015-10-30 11:19:16 +01:00
parent 28ebf9d8a2
commit 33d4051fca
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = '2.0.0-beta9'
__version__ = '2.0.0'
import os

File diff suppressed because one or more lines are too long

View File

@@ -2838,7 +2838,7 @@ body {
color: #f4ead5;
font-size: 1em; }
body #popup form h2, body #popup > div h2 {
margin: 0 0.5em 0.5em 0.5em; }
margin: 0 .5em .5em .5em; }
body #popup form select, body #popup > div select {
min-width: 300px;
padding: .5em;

File diff suppressed because one or more lines are too long