summaryrefslogtreecommitdiff
path: root/style.scss
AgeCommit message (Collapse)Author
2011-10-09Merge branch 'master' into concurrent-editingLuke Shumaker
So, here's the deal: * The meat of [concurrent-editing]:Form.class got merged into [master]:DB.class * The string-generation stuff in [concurrent-editing]:Form.class didn't fit nicely anywhere anymore, so I got rid of it by makeing datatype explicit. * Users.class: declare datatypes explicitly in attrib() * index.html.php: use this new explicit data * style.scss: add a .small, which we can do because of the datatypes thing. Conflicts: src/controllers/Users.class.php
2011-10-09Improve usability of scss. (a lot of form style stuff)Luke Shumaker
2011-10-04Use SCSS, tweak styles a bit.Luke Shumaker