Add basic UI template for API - #1466
Conversation
| body {background: none;} | ||
| .navbar {background: #363636; border-top: 3px solid #3298dc;} | ||
| .navbar-inverse .navbar-brand {color: white;} | ||
| .nexb-blue |
There was a problem hiding this comment.
This line seems problematic.
There was a problem hiding this comment.
Yeah, it does, good eye, looks like somebody started to define the CSS for .next-blue and got distracted, never finished. @pombredanne , where did this code come from?
There was a problem hiding this comment.
@tdruez @johnmhoran .nexb-blue is now the name... it is defined in https://github.com/nexB/vulnerablecode/pull/1466/files#diff-9cd3f89490bba2f7d7e1e8174417074cc8f0fbdeaf3b603c0f19f57e0b2e8f2fR15
is this OK?
There was a problem hiding this comment.
.navbar-inverse .navbar-brand {color: white;}
.nexb-blue
.booleanwidget {width: 90%;}
You need to remove the .nexb-blue line, it's not a correct syntax.
|
@pombredanne please have a look when you get a chance and merge it! Thanks! |
| body {background: none;} | ||
| .navbar {background: #363636; border-top: 3px solid #3298dc;} | ||
| .navbar-inverse .navbar-brand {color: white;} | ||
| .nexb-blue |
There was a problem hiding this comment.
.navbar-inverse .navbar-brand {color: white;}
.nexb-blue
.booleanwidget {width: 90%;}
You need to remove the .nexb-blue line, it's not a correct syntax.
79b311c to
d95fd9f
Compare
|
Changes applied. Will merge shortly! @tdruez thanks |
Borrowed from ScanCode.io
Reference: #1465
Thanks-to: Thomas Druez @tdruez