diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-29 11:56:31 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-29 11:56:31 +0000 |
| commit | 424c9054d3d5644a48fddd9ed2ff6b3ec0dfbb87 (patch) | |
| tree | 200e84bee2c94fcff6eeeefa63e25c1ccab87d68 /templates/icon_browser.tpl | |
| parent | 705cb3f76fd7eacccb3d87adf3efefc34c570bda (diff) | |
| download | themes-424c9054d3d5644a48fddd9ed2ff6b3ec0dfbb87.tar.gz themes-424c9054d3d5644a48fddd9ed2ff6b3ec0dfbb87.tar.bz2 themes-424c9054d3d5644a48fddd9ed2ff6b3ec0dfbb87.zip | |
inline css in liberty, kernel, themes replaced with classes from inline.css (loaded by themes pkg)
Diffstat (limited to 'templates/icon_browser.tpl')
| -rw-r--r-- | templates/icon_browser.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/icon_browser.tpl b/templates/icon_browser.tpl index 6ebe7b2..462b8ae 100644 --- a/templates/icon_browser.tpl +++ b/templates/icon_browser.tpl @@ -11,12 +11,12 @@ </p> <table class="data"> <tr> - <th style="width:1%;" colspan="2">{tr}Default Icons{/tr}</th> + <th class="width1p" colspan="2">{tr}Default Icons{/tr}</th> {if $activeIconList} - <th style="width:1%;" colspan="2">{tr}Active Icons{/tr}</th> + <th class="width1p" colspan="2">{tr}Active Icons{/tr}</th> {/if} - <th style="width:70%;">{tr}Icon name{/tr}</th> - <th style="width:29%;">{tr}bitweaver uses{/tr}</th> + <th class="width70p;">{tr}Icon name{/tr}</th> + <th class="width29p;">{tr}bitweaver uses{/tr}</th> </tr> {foreach from=$defaultIconList item=icon} |
