Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
Remove extra border-bottom on tbodys
Browse files Browse the repository at this point in the history
  • Loading branch information
kolber committed May 11, 2010
1 parent 677438c commit 1cbbe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css/master.css
Expand Up @@ -47,7 +47,7 @@ table th li, table td li { margin: 0px 0px 0px 1.5em; }
table caption, table th { text-align: left; color: #6cc; }
table th { color: #099; }
table td { vertical-align: top; padding: 0.25em 1.25em 0.25em 0em; }
table tr { border: 0px; }
table tr, table tbody { border: 0px; }
hr { border: 0px; height: 2px; background: #acc; margin: 2em 0em; }
strong { text-shadow: 1px 1px 1px #fff; }

Expand Down

0 comments on commit 1cbbe74

Please sign in to comment.