Ready for demo

This commit is contained in:
Joseph Schorr 2015-10-28 16:32:46 -04:00 committed by Jimmy Zelinskie
parent 75173d5573
commit b408cfd2cc
7 changed files with 94 additions and 80 deletions

View file

@ -94,8 +94,9 @@
}
.repo-panel-tags-element .vuln-description {
color: #ccc;
color: #aaa;
font-size: 10px;
white-space: normal;
}
.repo-panel-tags-element .fa-flag.None {
@ -110,6 +111,10 @@
color: red;
}
.repo-panel-tags-element .vuln-dropdown ul {
min-width: 400px;
}
@keyframes flickerAnimation { /* flame pulses */
0% { opacity:1; }
50% { opacity:0; }