Changeset 8112 for extensions
- Timestamp:
- Dec 13, 2010, 10:19:51 PM (14 years ago)
- Location:
- extensions/stripped
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped/fix-ie5-ie6.css
r7989 r8112 1 /* new test */ 2 #thePage { height: 100%;} 3 #content {overflow:none;} 4 #thumbnails li { overflow: none;} 5 #thumbnails_block2 {position:static;} 6 7 /* old IE fix */ 8 1 9 #thumbnails img { 2 10 margin:10px; … … 72 80 } 73 81 74 .navigationBarSimple{82 #thumb_navigation { 75 83 display:none; 76 84 } -
extensions/stripped/local_head.tpl
r7989 r8112 2 2 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css"> 3 3 <![endif]--> 4 <!--[if IE 7]>4 <!--[if lt IE 8]> 5 5 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css"> 6 6 <![endif]--> -
extensions/stripped/template/header.tpl
r7989 r8112 94 94 <link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}"> 95 95 {/if} 96 <!--[if lt IE 7]>97 <script type="text/javascript" src="{$ROOT_URL}themes/default/js/pngfix.js"></script>98 <![endif]-->99 100 96 101 97 {if not empty($head_elements)} -
extensions/stripped/template/mainpage_categories.tpl
r7989 r8112 12 12 <a href="{$cat.URL}">{$cat.NAME}</a> 13 13 {if !empty($cat.icon_ts)} 14 <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent {if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)">14 <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent_album{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)"> 15 15 {/if} 16 16 </h3>
Note: See TracChangeset
for help on using the changeset viewer.