Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
add wikitable css
Browse files Browse the repository at this point in the history
  • Loading branch information
shizhao committed Mar 7, 2011
1 parent a4ed3c8 commit 8322390
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/templates/style.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ table, th, td {
vertical-align:middle;
}

table.wikitable {
margin: 1em 1em 1em 0;
background: #F9F9F9;
border: 1px #AAA solid;
border-collapse: collapse;
}

blockquote:before, blockquote:after, q:before, q:after {
content:'';
}
Expand Down

0 comments on commit 8322390

Please sign in to comment.