Changeset 1827 for trunk/w


Ignore:
Timestamp:
08/24/2010 10:19:29 AM (21 months ago)
Author:
Xiping.Wang
Message:

[trunk] merge omcollab_ui

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/w

  • trunk/w/skins/Mike2.php

    r1820 r1827  
    187187                        <!-- start content --> 
    188188                        <?php $this->html('bodytext') ?> 
    189                         <?php if($this->data['catlinks']) { ?><div id="catlinks"><?php      $this->html('catlinks') ?></div><?php } ?> 
     189                        <?php if ($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?> 
    190190                        <!-- end content --> 
    191191                        <div class="visualClear"></div> 
  • trunk/w/skins/mike2/main.css

    r1778 r1827  
    186186 
    187187/* emulate center */ 
    188 .center { 
    189     width: 100%; 
    190     text-align: center; 
    191 } 
    192188*.center * { 
    193189    margin-left: auto; 
     
    288284    padding: 3px !important; 
    289285    background-color: #f9f9f9; 
    290     font-size: 94%; 
    291286    text-align: center; 
    292287    overflow: hidden; 
     
    297292html .thumbcaption { 
    298293    border: none; 
    299     text-align: left; 
    300294    line-height: 1.4em; 
    301295    padding: 3px !important; 
    302     font-size: 94%; 
    303296} 
    304297div.magnify { 
Note: See TracChangeset for help on using the changeset viewer.