Ignore:
Timestamp:
Mar 14, 2012, 2:30:14 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.2

  • fix the calendar's pages
  • update picture.tpl (download, favorites, metadata, rating)
  • change the way to hide blocks in JS, without <noscript>, thanks to VDigital & nicolas
  • update jquery to 1.4.2
  • remove standard deviation for votes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/theme.css

    r13547 r13548  
    150150}
    151151
     152
     153/* calendar */
     154
     155.calMonth td {
     156  background-color: #363636;
     157  text-align: center;
     158}
     159
     160.calImg {
     161  text-align: center;
     162}
     163.calImg img {
     164  height: 80px;
     165}
     166
     167.calBackDate, .calForeDate {
     168  display: none;
     169}
     170
    152171/* tags */
    153172
Note: See TracChangeset for help on using the changeset viewer.