Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| de:2.0:aenderungshistorie_fuer_themes_22 [2011/05/29 11:32] – fasse | de:2.0:aenderungshistorie_fuer_themes_22 [2012/01/20 13:17] (current) – Falscher Dateiname bei letzter Änderung jochen | ||
|---|---|---|---|
| Line 98: | Line 98: | ||
|                 echo "< |                 echo "< | ||
|             }</ |             }</ | ||
| + | ===== Version 2.2.10 ===== | ||
| + | == Folgenden Block in css/ | ||
| + | <code css>/* Einstellung fuer die Thumbnailtabellenzeilen */ | ||
| + | .photoThumbnailRow{ | ||
| + | padding: 0px; | ||
| + |     list-style-type: | ||
| + | }</ | ||
| + | ersetzen durch <code css>/* Einstellung fuer die Thumbnailtabellenzeilen */ | ||
| + | .photoThumbnailRows{ | ||
| + | padding: 0px; | ||
| + |     list-style-type: | ||
| + | } | ||
| + | .photoThumbnailRow{ | ||
| + | clear: left; | ||
| + | } | ||
| + | </ | ||