diff options
| author | spiderr <spider@viovio.com> | 2013-04-24 13:27:58 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-24 13:27:58 -0400 |
| commit | f9098f330b5989a1af0dc19ff3dcd935a6a674cf (patch) | |
| tree | b053c4e0ed07c870d66fc36b627bc3c2676d63f6 /templates/icon_browser.tpl | |
| parent | 388f330097c5cea12ea679150671a99224abbfbd (diff) | |
| download | themes-f9098f330b5989a1af0dc19ff3dcd935a6a674cf.tar.gz themes-f9098f330b5989a1af0dc19ff3dcd935a6a674cf.tar.bz2 themes-f9098f330b5989a1af0dc19ff3dcd935a6a674cf.zip | |
fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to all table.data tags
Diffstat (limited to 'templates/icon_browser.tpl')
| -rw-r--r-- | templates/icon_browser.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/icon_browser.tpl b/templates/icon_browser.tpl index ebc877c..79e4496 100644 --- a/templates/icon_browser.tpl +++ b/templates/icon_browser.tpl @@ -9,7 +9,7 @@ {tr}These are the icons available in a standard set of icons. Icons from the Tango icon style are displayed here since this is the default style and should be used as refernce. Both sizes <em>large</em> and <em>small</em> are displayed side by side.{/tr}<br /> Please view the <a class="external" href="http://tango.freedesktop.org/Tango_Icon_Gallery">Tango icon gallery</a> for the originally designated uses of the icons. </p> - <table class="data"> + <table class="table data"> <tr> {foreach from=$iconList item=icons key=iconStyle} <th class="width1p" colspan="3"><a href="{$smarty.request.SCRIPT_NAME}?icon_style={$iconStyle}">{$iconStyle}</a></th> |
