Add table rounder javascript class

This commit is contained in:
Aaron Peckham & Christian Williams
2009-08-10 11:01:03 -07:00
parent 988a406da8
commit bf3e3c60e5
+4
View File
@@ -44,4 +44,8 @@ p {
white-space: pre; white-space: pre;
font-size: .8em; font-size: .8em;
margin-left: 10px; margin-left: 10px;
height: 5em;
overflow: auto;
border-left: 1px solid red;
padding-left: 5em;
} }