Changeset 25976
- Timestamp:
- Dec 16, 2013, 9:26:16 PM (11 years ago)
- Location:
- extensions/modus
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/modus/css/picture.css.tpl
r25794 r25976 44 44 #linkPrev { 45 45 float: left; 46 margin: 5px10px 0 5px;46 margin: 0 10px 0 5px; 47 47 } 48 48 49 49 #linkNext { 50 50 float: right; 51 margin: 5px5px 0 10px;52 51 margin: 0 5px 0 10px; 52 text-align: right; 53 53 } 54 54 … … 169 169 display: block; 170 170 padding: 0 5px 0 10px; 171 margin: 0; /*need this for ie7 override in fix-ie7*/171 margin: 0; 172 172 } 173 173 … … 256 256 text-transform: capitalize; 257 257 } 258 } 259 260 258 259 .imageInfoTable { 260 padding-top: 5px; 261 clear: both; 262 } 263 } 264 -
extensions/modus/template/header.tpl
r25794 r25976 18 18 {if empty($smarty.server.HTTP_USER_AGENT) || strpos($smarty.server.HTTP_USER_AGENT, 'MSIE')} 19 19 <!--[if lt IE 9]><script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.id}/html5shiv.js"></script><![endif]--> 20 <!--[if lt IE 7]><script type="text/javascript" src="{$ROOT_URL}themes/default/js/pngfix.js"></script><![endif]-->21 20 {/if} 22 21 <meta name=viewport content="width=device-width,initial-scale=1">
Note: See TracChangeset
for help on using the changeset viewer.