diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-10 16:48:26 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-10 16:48:26 -0400 |
| commit | 211da757666a6f9ee89160472e363bcf4732d1c9 (patch) | |
| tree | 7043cb60019c039e1cd5bdd76c123db5a9630f43 /public/assets/stylesheets/app.css | |
| parent | 8990307ff8f90007b59cf778d2b3da0372dedf14 (diff) | |
show max 6 projects at a time
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index fc7512a..c90dad4 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -406,6 +406,8 @@ iframe.embed { } .page .viewMore { + clear: both; float: none; + margin: 20px auto; text-decoration: none; font-size: 22px; display: block; @@ -1252,7 +1254,9 @@ border-left: 1px solid black; .myMedia.inactive { opacity:0; } - +.noMedia { + margin: 40px; +} .foundMedia { position:absolute; top:0; |
