Navigation Menu

Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
We don't use rems
Browse files Browse the repository at this point in the history
  • Loading branch information
alextea committed Jul 4, 2012
1 parent 6ea4660 commit e30a946
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions css.md
Expand Up @@ -9,13 +9,15 @@
display: block;

position: relative;
top: 0; left: 2.4em;
top: 0;
left: 2.4em;

width: 40em; height: 60em;
margin: 0 auto;
padding: 2em 4em 6em 2em;

font-size: 1.9em; line-height: 2.5em;
font-size: 1.9em;
line-height: 2.5em;
text-decoration: underline;

color: #333;
Expand All @@ -24,7 +26,7 @@

- Use comments to divide and clarify what groups of declarations are for

- Font-sizing: use rems with px as a fall-back (this is covered in more detail below)
- Dimensions: use ems

- Use soft-tabs with a two space indent.

Expand Down

0 comments on commit e30a946

Please sign in to comment.