2
0

Make log level configurable with -Dlog.level, default to INFO. Thanks @pitpalme.

This commit is contained in:
Maarten Billemont
2014-08-30 15:53:13 -04:00
parent cc80a66331
commit 2adb74c971
5 changed files with 7 additions and 9 deletions

View File

@@ -23,8 +23,6 @@ a:link:hover {
}
a .popup {
display: none;
background: rgba(0, 0, 0, 0.5);
border: 1px solid;
border-radius: 5px;
color: #AAA;
@@ -35,7 +33,6 @@ a .popup {
max-width: inherit;
max-height: 400px;
margin-right: -100px;
margin-bottom: 20px;
padding: 8px;
}
a:hover .popup {