diff options
| author | 2012-09-11 21:06:45 +0200 | |
|---|---|---|
| committer | 2012-09-11 21:06:45 +0200 | |
| commit | d2f68a34235583c02065328031b6da039087b916 (patch) | |
| tree | 8d33beace424c23332f811eb058585da94f3d717 | |
| parent | d19ca0430ec3c7c9a91ca136799d6dd05aa6ef4a (diff) | |
| download | tekuti-d2f68a34235583c02065328031b6da039087b916.tar.gz tekuti-d2f68a34235583c02065328031b6da039087b916.zip | |
Condense and stripe projects table
| -rw-r--r-- | tekuti/projects.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tekuti/projects.scm b/tekuti/projects.scm index 9c0af36..1caa908 100644 --- a/tekuti/projects.scm +++ b/tekuti/projects.scm @@ -50,7 +50,7 @@ relative-last-update))) (define (page-projects request body index) - (respond `((table (@ (class "table")) + (respond `((table (@ (class "table table-condensed table-striped")) (thead (tr (th "Name") |
