Zeilenabstand bei Albenbeschreibung (Version 1.4.x) Zeilenabstand bei Albenbeschreibung (Version 1.4.x)
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Zeilenabstand bei Albenbeschreibung (Version 1.4.x)

Started by hama, April 02, 2006, 11:54:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hama

Ich habe eine Frage zum Zeilenabstand bei der Albenbeschreibung:

In der neuesten Coppermine-Version scheint der Zeilenabstand grösser zu sein. Den möchte ich wieder verkleinern und finde das entsprechende css-Abteil nicht.

Ich bin mir nicht sicher, ob es was mit dem folgenden css-Abteil zu tun hat:


p    (line 58)
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    margin-top: 2px;
    margin-right-value: 0px;
    margin-bottom: 2px;
    margin-left-value: 0px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
}


Danke für eine kurze Antwort.

hama

Get up, stand up, stand up for your rights! - Get up, stand up, don't give up the fight!

hama


Ok, ich hab die Lösung gefunden, oder besser gesagt, ich habe eine Lösung gefunden (vermutlich gibt es auch noch andere Varianten).

Im style.css des betreffenden theme gibt es folgendes Abteil:

.tableb_compact {
        background: #EFEFEF ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        line-height: 130%;

Da habe ich die fett gedruckte Zeile hinzugefügt und verschiedene Grössen ausprobiert (mir persönlich gefällt 130% am besten).

--> solved!
Get up, stand up, stand up for your rights! - Get up, stand up, don't give up the fight!