mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
added some about text
This commit is contained in:
parent
ed059c8216
commit
78bc46df02
@ -23,6 +23,18 @@
|
|||||||
font-size: 27px;
|
font-size: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about {
|
||||||
|
line-height: 13px;
|
||||||
|
font-style: italic;
|
||||||
|
text-align: right;
|
||||||
|
padding-top: 9px;
|
||||||
|
margin-bottom: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about span{
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* body & other stuff */
|
/* body & other stuff */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -290,24 +302,28 @@ button.btn, input[type="submit"].btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lnk-option canvas {
|
.lnk-option canvas {
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
margin-right:10px;
|
margin-right:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Previous paste list */
|
/* Previous paste list */
|
||||||
|
|
||||||
.previous-pastes .item {
|
.previous-pastes .item {
|
||||||
margin-top:5px;
|
margin-top:5px;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
line-height:24px;
|
line-height:24px;
|
||||||
padding-left:1em;
|
padding-left:1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.item {
|
||||||
|
margin-left: -13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.previous-pastes canvas {
|
.previous-pastes canvas {
|
||||||
display:block;
|
display:block;
|
||||||
float:left;
|
float:left;
|
||||||
margin-right:5px;
|
margin-right:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.local-storage .no-local-storage {
|
html.local-storage .no-local-storage {
|
||||||
|
@ -76,7 +76,10 @@
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<p class="navbar-text pull-right"><i>"A client side encrypted PasteBin..."</i></p>
|
<p class="about pull-right">
|
||||||
|
"A client side encrypted PasteBin..."<br>
|
||||||
|
<span>All pastes are AES256 encrypted, we cannot know what you paste...</span>
|
||||||
|
</p>
|
||||||
</div><!--/.nav-collapse -->
|
</div><!--/.nav-collapse -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user