minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-16 01:49:33 +03:00
parent 8e6aa368f9
commit 4df13f7fcb
2 changed files with 8 additions and 3 deletions

2
bootstrap.js vendored

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@ body {
.raw,
.text {
display: block;
display: block;
}
.item.checked {
@ -28,8 +28,13 @@ body {
float: right;
}
.item:hover {
pre {
display: block;
background-color: rgba(0, 0, 0, 0.05);
padding: 5px;
}
.item:hover {
}
.item .button {
display: none;