diff options
| author | Julie Lala <jules@okfoc.us> | 2014-08-13 02:33:01 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-08-13 02:35:12 -0400 |
| commit | 0d971464a2af8ec795664fb3e6f50b888dcccf53 (patch) | |
| tree | bb8506793674c8fb8e3ad1f1be1b0dcb7c17e730 /public | |
| parent | 5d1bb038332c540d8abe459092648a7b5ddfe734 (diff) | |
style fixes
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 36cccef..e15ba84 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -158,13 +158,15 @@ h5 { .page .profile { color:white; } -.page table{ - width:100%; - height:400px; - border-top:1px solid; - margin:40px 0 0 0; +.page table { + width: 100%; + border-top: 1px solid; + margin: 40px 0 0 0; border-spacing: 0; - clear:both; + clear:nboth; +} +.page tr { + height: 400px; } .page table.showcase { height:70vh; |
