projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
daf734f
)
adding default class to grid <table>
edenc [Mon, 29 Sep 2008 20:13:29 +0000 (20:13 +0000)]
share/skin/default/layout/collection/grid.tt
patch
|
blob
|
blame
|
history
diff --git
a/share/skin/default/layout/collection/grid.tt
b/share/skin/default/layout/collection/grid.tt
index
ecfc7d6
..
9b7eb49
100644
(file)
--- a/
share/skin/default/layout/collection/grid.tt
+++ b/
share/skin/default/layout/collection/grid.tt
@@
-2,7
+2,7
@@
=for layout widget
-<table>
+<table class="grid">
[% call_next %]
</table>