Changeset 8073


Ignore:
Timestamp:
Dec 11, 2010, 12:00:02 AM (13 years ago)
Author:
Gotcha
Message:

Daily MAJ

Location:
extensions/sobre/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/sobre/trunk/template/header.tpl

    r7623 r8073  
    2222<title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else}
    2323<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
    24 <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
     24<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}/themes/sobre/images/favicon.ico">
     25<link rel="icon" href="{$ROOT_URL}/themes/sobre/images/favicon.gif" type="image/gif" />
    2526
    2627<link rel="alternate" type="application/rss+xml" title="{'Galerie RSS feed'|@translate}" href="./notification.php">
  • extensions/sobre/trunk/theme.css

    r7776 r8073  
    385385}
    386386#comments div.thumbnailCategory div.illustration {
    387         width: 255px;                    /* Usable range 219px-360px , optimal : Thumbnail width + 95px */
     387        width: 178px;                    /* Usable range 219px-360px , optimal : Thumbnail width + 95px */
    388388}
    389389.content ul.thumbnails span,
     
    393393}
    394394.content ul.thumbnails span.wrap2, .content div.thumbnailCategory div.description  {
    395 height:170px;
     395height:198px;
    396396}
    397397
     
    644644  border-bottom:none;
    645645}
     646
     647
     648
     649#comments blockquote {
     650  margin-left: 5px;
     651}
     652
     653#comments hr {
     654  display: none;
     655}
     656
     657#comments {
     658  margin-bottom : 13px;
     659}
     660
     661
     662#theCategoryPage .content {
     663    margin-left: 0;
     664}
  • extensions/sobre/trunk/themeconf.inc.php

    r7045 r8073  
    1111
    1212$themeconf = array(
    13   'parent' => 'default',
    14   'name'  => 'sobre',
     13  'parent'              => 'default',
     14  'name'                => 'sobre',
    1515  'local_head'  => 'local_head.tpl',
    1616);
Note: See TracChangeset for help on using the changeset viewer.