eclipse-archived / ceylon-herd

The Ceylon repository web application
Apache License 2.0
21 stars 11 forks source link

Restrict avatar/image size #169

Closed lucaswerkmeister closed 10 years ago

lucaswerkmeister commented 10 years ago

For example, look at ceylon.math. The image of Trompon the elephant is huge – on smaller screens, it probably exceeds the screen size. The size should be restricted. max-height: 100px; looks good to me.

(I do not wish to imply that the big size isn’t appropriate to the glory of Trompon or the language he represents. All hail the Ceylon mascot! Bow to the master language! :pray:)

lucaswerkmeister commented 10 years ago

I’m confused… somehow, this got fixed, because bootstrap.css now contains a rule

img {
  max-width: 100%;
}

(relative to parent), but bootstrap.css seems to be nowhere in any Ceylon repository, and it can’t be a recent bootstrap update because yours is ancient (2.x, current is 3.x).

lucaswerkmeister commented 10 years ago

What? It’s back, and the max-width: 100% is still there… I’m even more confused.

FroMage commented 10 years ago

Thanks