-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rowan Lewis
committed
Jul 8, 2009
1 parent
b908bde
commit 7a723f2
Showing
2 changed files
with
81 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/*--------------------------------------------------------------------------------- | ||
Content | ||
---------------------------------------------------------------------------------*/ | ||
|
||
#content table { | ||
border-spacing: 0; | ||
color: hsl(0, 0%, 50%); | ||
font: 115% monospace; | ||
padding: 20px 0; | ||
table-layout: fixed; | ||
} | ||
#content table th { | ||
color: hsl(0, 0%, 80%); | ||
padding: 0 20px; | ||
text-align: left; | ||
white-space: nowrap; | ||
vertical-align: top; | ||
} | ||
#content table td { | ||
color: hsl(210, 50%, 80%); | ||
padding: 0 20px 0 0; | ||
vertical-align: top; | ||
} | ||
|
||
/*-------------------------------------------------------------------------------*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters