diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-08-13 02:35:30 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-08-13 02:35:30 -0400 |
| commit | 43d49dfe86e0f1eea712b70ced0573d2adee2c13 (patch) | |
| tree | 02270c152068352e31b4f03cfbb757f9871fcc4b /public/assets/stylesheets | |
| parent | da43f90115048abffd2b427761185185088b2c48 (diff) | |
| parent | 0d971464a2af8ec795664fb3e6f50b888dcccf53 (diff) | |
merge
Diffstat (limited to 'public/assets/stylesheets')
| -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; |
