2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

fix mobile user page alignment on larger devices

This commit is contained in:
Jeff Atwood 2015-02-18 23:05:28 -08:00
parent 103d42a9d9
commit da036e7de3

View file

@ -292,6 +292,7 @@
img.avatar {
float: left;
margin-right: 15px;
}
.suspended {
@ -310,7 +311,6 @@
float: left;
a[href] {
color: dark-light-diff($secondary, $primary, 75%, -10%);
}
}