Read more

Change the color of a <hr> in all browsers

Henning Koch
August 30, 2010Software engineer at makandra GmbH

The following Sass will do it:

hr
  color: #ddd
  background-color: #ddd
  border: none
  height: 1px
Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot
Posted by Henning Koch to makandra dev (2010-08-30 19:29)