Usually you'd have a css/less file per page but for a rather small site like meb.org and especially when using a templating engine this works fine
2016-01-21 02126, 2016
Freso
!m Leo_Verto
2016-01-21 02126, 2016
BrainzBot
You're doing good work, Leo_Verto!
2016-01-21 02131, 2016
Leo_Verto
Thanks :D
2016-01-21 02100, 2016
Gentlecat
Freso: what's the opposite of !m?
2016-01-21 02108, 2016
Freso
There's none.
2016-01-21 02110, 2016
Leo_Verto
!w
2016-01-21 02119, 2016
Gentlecat
!w Freso
2016-01-21 02126, 2016
Freso
:(
2016-01-21 02130, 2016
Gentlecat
liar
2016-01-21 02135, 2016
Freso
That's not very motivational.
2016-01-21 02150, 2016
Gentlecat
!m Freso
2016-01-21 02150, 2016
BrainzBot
You're doing good work, Freso!
2016-01-21 02105, 2016
Leo_Verto
If you turn m upside down it's w and thus that's clearly the opposite!
2016-01-21 02120, 2016
Gentlecat
yeah, I guess that's a good reason not to add something like that
2016-01-21 02144, 2016
gcilou
So I'm getting an "Unrecognized input" from main.less error from the test site
2016-01-21 02123, 2016
Leo_Verto
gcilou, can you paste your main.less?
2016-01-21 02159, 2016
gcilou
Yes I can, but in the mean time I fixed it, sorry :)
2016-01-21 02105, 2016
Leo_Verto
Aww :P
2016-01-21 02110, 2016
gcilou
It was a typo
2016-01-21 02134, 2016
gcilou
So right now this is what it looks like (I've only added two people) How do I get the picture to be on the left side and then the text on the right side? https://usercontent.irccloud-cdn.com/file/SuyeQ0B…
2016-01-21 02115, 2016
stanislas
gcilou: My uncle's company site looks cool, you can check it out here for inspiration: http://etykiety.unilogo.com.pl/ (click the people symbol on the left).
2016-01-21 02103, 2016
gcilou
stanislas, yes that is cool!
2016-01-21 02144, 2016
Leo_Verto
stanislas, your uncle has some pretty awesome employees :D
2016-01-21 02134, 2016
Leo_Verto
gcilou, use float: left and place the text divs before the img
2016-01-21 02146, 2016
gcilou
ok
2016-01-21 02106, 2016
stanislas
Leo_Verto: Not all his employees. He is the one on the bottom right, and on the bottom left is his wife.
2016-01-21 02140, 2016
ruaok
On the train into chi-town.
2016-01-21 02157, 2016
ruaok
Who's got things they need from me?
2016-01-21 02128, 2016
Leo_Verto
gcilou needs you to take a selfie :P
2016-01-21 02149, 2016
gcilou
lol yes
2016-01-21 02157, 2016
Gentlecat
ruaok is good at that
2016-01-21 02104, 2016
Gentlecat
he loves selfies
2016-01-21 02150, 2016
gcilou
Leo_Verto, what do I need to assign float: left to, like "div{ float:left }"?
2016-01-21 02100, 2016
ruaok
Are we all doing selfies?
2016-01-21 02116, 2016
gcilou
No, I just need a picture of you sometime :)
2016-01-21 02127, 2016
Leo_Verto
gcilou, you want the img to float left, so give it an id and set that to float
Leo_Verto, um so when I use the media-left class instead of pic, my image takes up the whole page, but when I use them together, they look the same as before..
2016-01-21 02141, 2016
kepstin
gcilou: are you using the whole media object?
2016-01-21 02150, 2016
Leo_Verto
well, you still need to set the image size
2016-01-21 02139, 2016
gcilou
The whole "person" is in the "media" class, then the image is in "media-left"
2016-01-21 02148, 2016
bitmap
ruaok: welcome, see you tomorrow at 11
2016-01-21 02109, 2016
bitmap
I got a package for you too
2016-01-21 02117, 2016
ruaok
Thanks!
2016-01-21 02146, 2016
ruaok
Great! Looking forward to that one and the 13 others waiting for me. :-)
2016-01-21 02131, 2016
ruaok
I found an intelligencia by accident.
2016-01-21 02147, 2016
ruaok
Now having very froofy coffee.
2016-01-21 02155, 2016
bitmap
:D
2016-01-21 02104, 2016
kepstin
gcilou: and the text is in media-body? Should be ok then, just make sure there's a width on the image or media-left block.