add try-it input & logic

This commit is contained in:
jomo
2015-10-17 20:31:09 +02:00
parent c6f4b038b2
commit 863402fb97
3 changed files with 51 additions and 10 deletions

View File

@@ -54,11 +54,25 @@ a.sponsor {
}
#documentation .row .col-md-2 {
text-align: center;
text-align: center;
}
#documentation .row > div {
padding: 15px;
padding: 15px;
}
#try input {
width: 100%;
background: #fff;
border: 1px solid #ddd;
padding: 0.3em;
line-height: 1.5em;
margin: 0px;
}
img.tryit {
-webkit-filter: drop-shadow(0px 0px 6px);
filter: drop-shadow(0px 0px 6px);
}
mark {
@@ -80,9 +94,6 @@ span[title] {
text-decoration: underline dotted;
}
thead {
font-weight: bold;
}
.row {
margin-right: auto;