Skip to content

Commit

Permalink
border for tables in homework added
Browse files Browse the repository at this point in the history
Signed-off-by: Meisam Fathi Salmi <fathi@cse.ohio-state.edu>
  • Loading branch information
meisam committed Dec 18, 2011
1 parent 212b65d commit cae2ad0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ~fathi/stylesheets/master.css
Expand Up @@ -169,6 +169,23 @@ pre {
letter-spacing: 0;
}

table.homework-list{
border-spacing:0px;
}

table.homework-list td, table.homework-list th{
padding: 10px;
border: 1px solid #000;
}


table.post-list {
width: 100%;
border-collapse: collapse;
}



table.post-list {
width: 100%;
border-collapse: collapse;
Expand Down

0 comments on commit cae2ad0

Please sign in to comment.