diff options
| author | hukl <contact@smyck.org> | 2009-03-08 23:45:52 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-08 23:45:52 +0100 |
| commit | e055502fe81469d1f96f41e3dbf70d2ed9ac33fe (patch) | |
| tree | 184fb187cd89c27914815a1f8a93d826cc5b07c5 /public | |
| parent | 2aab7eaa19dcd2d86012f71954b8543572f8eaa5 (diff) | |
added basic preview feature. If a draft exists, the show action renders a proper preview. If not the default show template is rendered.
Diffstat (limited to 'public')
| -rwxr-xr-x | public/stylesheets/styled.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/stylesheets/styled.css b/public/stylesheets/styled.css index 707905e..d0312a7 100755 --- a/public/stylesheets/styled.css +++ b/public/stylesheets/styled.css | |||
| @@ -13,6 +13,19 @@ | |||
| 13 | * #eab407 = Content Headers | 13 | * #eab407 = Content Headers |
| 14 | * #fbb03b = Orange, Teaserbar Subheaders | 14 | * #fbb03b = Orange, Teaserbar Subheaders |
| 15 | */ | 15 | */ |
| 16 | |||
| 17 | body div#preview_disclaimer { | ||
| 18 | font-size: 16px; | ||
| 19 | background-color: #ff0000; | ||
| 20 | color: #ffffff; | ||
| 21 | padding-left: 20px; | ||
| 22 | padding-bottom: 5px; | ||
| 23 | } | ||
| 24 | |||
| 25 | body div#preview_disclaimer a { | ||
| 26 | color: #ffffff; | ||
| 27 | text-decoration: underline; | ||
| 28 | } | ||
| 16 | 29 | ||
| 17 | #wrapper { | 30 | #wrapper { |
| 18 | margin:0; | 31 | margin:0; |
