0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00

Added CSS for no logo

This commit is contained in:
Brian Peacock 2014-05-09 09:19:42 -05:00
parent 99b8c31d3a
commit 1246f12f5a
2 changed files with 5 additions and 3 deletions

View file

@ -44,7 +44,7 @@ header {
}
#logo {
margin: 20px auto;
margin: 20px auto 0;
width: 400px;
height: 200px;
display: block;
@ -66,6 +66,7 @@ h1 {
.border-radius(4px);
text-align: left;
color: #FFF;
margin-top: 20px;
code {
font-family: Consolas, monaco, monospace;

File diff suppressed because one or more lines are too long