diff options
| -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{ |
