mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
em
This commit is contained in:
parent
ac8bad60e3
commit
cb80e53a9e
@ -42,6 +42,9 @@ $this->carabiner->display('css');
|
||||
<body>
|
||||
|
||||
<div class="paste">
|
||||
<p>Data provided by <a href="<?php echo base_url(); ?>" target="_top">Stikked</a>
|
||||
- <a href="<?php echo site_url('view/download/' . $pid); ?>">Download Raw</a>
|
||||
- <a href="<?php echo site_url('view/' . $pid); ?>" target="_top">See Original</a></p>
|
||||
<div class="text_formatted">
|
||||
<div class="container">
|
||||
<?php echo $paste; ?>
|
||||
|
@ -5,7 +5,14 @@
|
||||
}
|
||||
|
||||
.paste .text_formatted {
|
||||
width: 600px;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.paste p {
|
||||
clear: both;
|
||||
background: #ccc;
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user