diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-09-10 09:26:36 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-09-10 09:26:36 -0400 |
| commit | fcc74fbe841d542da252d5688e7b90b1e2799224 (patch) | |
| tree | 5a6cee797637fa4cf3ca2dd57e5cbb0669cecd57 /public/assets/stylesheets/app.css | |
| parent | 6663ede5b27c2d4aa0caa1072463b97af8de8b57 (diff) | |
| parent | 6d2746ad8a24f1ac3da5e9cb2ed452b73da20b71 (diff) | |
merge
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5922ab5..17a7dc0 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -161,23 +161,26 @@ h5 { text-align:center; } -.page .profile { +.page.profile { color:white; } -.page table { +.page table.demo, +.page table.profilepage, +.page table.projectList { width: 100%; border-top: 1px solid; margin: 40px 0 0 0; border-spacing: 0; - clear:nboth; + clear: both; } -.page tr { +.page table.profilepage tr, +.page table.projectList tr { height: 400px; } .page table.showcase { height:70vh; } -.page table td.border { +.page table.projectList td.border { position: relative; border-right: 1px solid; } @@ -191,7 +194,9 @@ iframe.embed { z-index: -1; pointer-events: none; } -.page table td { +.page table.demo td, +.page table.profilepage td, +.page table.projectList td { width: 33.3333%; background-size: cover; background-repeat: no-repeat; @@ -238,7 +243,7 @@ iframe.embed { color:white; } -#projectList .editBtn { +.projectList .editBtn { position: absolute; right: 10px; top: 10px; |
