diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/sbhs_past_workshop.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/sbhs_past_workshop.css b/css/sbhs_past_workshop.css new file mode 100644 index 0000000..e16c736 --- /dev/null +++ b/css/sbhs_past_workshop.css @@ -0,0 +1,6 @@ +table.workshop-details tr { + border-bottom: 1px solid #cccccc; +} +table.workshop-details td { + vertical-align: top; +} |