Mercurial > hg > rr-repo
view sites/all/themes/omega/sass/modules/system/elements/_elements.theme.scss @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
line wrap: on
line source
/** * @file * Basic styling for common HTML elements. */ /* Fieldsets */ fieldset { margin-bottom: 1em; } /* Tables */ table { border-collapse: collapse; } th { padding-right: 1em; /* LTR */ background-color: #bbb; text-align: left; /* LTR */ } tr.even, tr.odd { background-color: #eee; } tr.odd { background-color: #ddd; }