Ignore:
Timestamp:
Jun 25, 2012, 12:10:18 PM (12 years ago)
Author:
plg
Message:

compatibility with Piwigo 2.4

File:
1 edited

Legend:

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

    r13560 r16030  
    210210  font-weight: bold;
    211211}
     212
     213.commentsList .odd {
     214  /*
     215  background-color:#4c4c4c;
     216  */
     217}
     218
     219.commentElement {
     220  padding:5px;
     221  border-top: 1px dotted #606060;
     222}
     223
     224#comments .description {
     225  border-top: 1px dotted #606060;
     226  display: block;
     227  padding: 10px 0;
     228}
     229
     230#comments .illustration {
     231  float: left;
     232  margin: 0 10px 0 0;
     233}
     234
     235/* LanguageSwitch */
     236#languageSwitchLink .pwg-button-text {display:none;}
     237
     238#languageSwitchLink .pwg-icon {
     239  display: inline-block;
     240  height: 26px;
     241  overflow: hidden;
     242  text-indent: -9999px;
     243  vertical-align: bottom;
     244  width: 26px;
     245}
Note: See TracChangeset for help on using the changeset viewer.