make flat bigger

This commit is contained in:
George Hotz 2014-11-23 08:15:31 +00:00
parent 4671570b02
commit 26eee09b75
3 changed files with 13 additions and 1 deletions

View File

@ -115,3 +115,5 @@ tar cvf qira-$VERSION.tar qira
xz qira-$VERSION.tar
cd ../
sha1sum distrib/qira-$VERSION.tar.xz

View File

@ -1,4 +1,14 @@
#!/bin/bash -e
# test distribution
if [ "$1" == "distrib" ] ; then
echo "*** testing distrib"
./bdistrib.sh
cd distrib/qira
./install.sh
cd ../../
fi
source venv/bin/activate
nosetests
@ -13,4 +23,3 @@ phantomjs qira_tests/load_page.js
kill $QIRA_PID

View File

@ -23,6 +23,7 @@
.flat {
border: 1px solid gray;
background-color: #CCCCCC;
width: 600px;
padding: 10px;
}