Improves api security.

This commit is contained in:
Lars Jung 2012-08-11 22:05:29 +02:00
parent ff40e2129f
commit 71d22fb9e0
2 changed files with 23 additions and 8 deletions

View file

@ -2,12 +2,13 @@
#content {
border: 1px dashed #fff;
border-radius: 8px;
.transition(all 0.2s ease-in-out);
&.hint {
border-color: #ccc;
border-color: #ddd;
}
&.match {
border-style: solid;
border-color: #aaa;
}
}
@ -25,7 +26,6 @@
.name {
display: inline-block;
white-space: nowrap;
// width: 320px;
overflow: hidden;
&:before {