Joined March 2013
·
Posted to
CSS custom bullets
over 1 year
ago
Yeah, sorry, I didn't figure I was supposed to write this in markdown. I'll edit this ASAP
Achievements
48 Karma
1,528 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Nice. just wish ie wouldn't always have to be a party pooper... but hey, you can set a different width for ie like
.box{
width: 90%; /* fallback for browsers without support for calc() */
width: calc(100% - 80px);
}