diff options
| author | ryderr <r@okfoc.us> | 2014-10-10 18:59:19 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-10 18:59:19 -0400 |
| commit | 5c2be7b4c6c1367c7e480b13789f6d309915c7f3 (patch) | |
| tree | b168e2d2ad0b43970b94f5675003bba9438f4336 | |
| parent | 68a2750a283b9ccddca6c4164944a9d4d65155a8 (diff) | |
better button
| -rwxr-xr-x | public/assets/stylesheets/app.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index d92282f..93de396 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -406,13 +406,12 @@ iframe.embed { } .page .viewMore { - clear: both; float: none; - margin: 20px auto; - text-decoration: none; - font-size: 22px; - display: block; + clear: both; + float: none; + text-decoration: none; + font-size: 22px; + display: block; border-top: 1px solid black; - border-bottom: 1px solid black; } @@ -529,6 +528,7 @@ iframe.embed { background: #f9f9f9; float: left; clear: both; + border-top:1px solid black; } .footer a, .footer span{ |
