From e9e271e585d02aa06b0452552efd09c478ac6230 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 1 May 2012 18:25:21 +0200 Subject: [PATCH] em --- htdocs/application/views/view/embed.php | 4 +--- htdocs/static/styles/embed.css | 9 ++++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/htdocs/application/views/view/embed.php b/htdocs/application/views/view/embed.php index cb74fb3..8a0acf0 100755 --- a/htdocs/application/views/view/embed.php +++ b/htdocs/application/views/view/embed.php @@ -42,9 +42,7 @@ $this->carabiner->display('css');
-

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

+

This paste brought to you by config->item('site_name'); ?>. View Raw

diff --git a/htdocs/static/styles/embed.css b/htdocs/static/styles/embed.css index c26092e..d248b7d 100644 --- a/htdocs/static/styles/embed.css +++ b/htdocs/static/styles/embed.css @@ -1,4 +1,7 @@ +body { +} + .paste { margin: 0 auto; width: auto; @@ -13,6 +16,10 @@ .paste p { clear: both; background: #ccc; - padding: 0 6px; + padding: 3px 6px; +} + +.paste .right { + float: right; }