diff --git a/htdocs/application/views/view/embed.php b/htdocs/application/views/view/embed.php index 92f3b51..cb74fb3 100755 --- a/htdocs/application/views/view/embed.php +++ b/htdocs/application/views/view/embed.php @@ -42,6 +42,9 @@ $this->carabiner->display('css');
+

Data provided by Stikked + - Download Raw + - See Original

diff --git a/htdocs/static/styles/embed.css b/htdocs/static/styles/embed.css index 41d8c3e..c26092e 100644 --- a/htdocs/static/styles/embed.css +++ b/htdocs/static/styles/embed.css @@ -5,7 +5,14 @@ } .paste .text_formatted { - width: 600px; + width: 100%; margin: 0; + border: 0; +} + +.paste p { + clear: both; + background: #ccc; + padding: 0 6px; }