pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 30735551d01841d32ab36d635dcc103000c8989b
parent 4b1cf544cbb04609db108fb59b9149a9dc5b994d
Author: Jul <jul@9o.is>
Date:   Tue, 15 Jul 2014 22:26:03 -0400

table in atm page with bs3 table class

Diffstat:
Msrc/main/webapp/atm.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/webapp/atm.html b/src/main/webapp/atm.html @@ -26,7 +26,7 @@ </address> </div> - <table> + <table class="table"> <tbody> <tr ng-repeat="time in model.times" ng-class="{'today': today() == $index}">