crow upgraded to 0.3

master
mwo 3 years ago
parent d24bac4891
commit 71c9737069

@ -49,7 +49,6 @@ list(APPEND CMAKE_MODULE_PATH "${MY_CMAKE_DIR}")
set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} "${MONERO_BUILD_DIR}"
CACHE PATH "Add Monero directory for library searching")
include(MyUtils)
find_package(Monero)

File diff suppressed because it is too large Load Diff

@ -1,5 +1,5 @@
#define CROW_ENABLE_SSL
#define CROW_MAIN
#include "src/page.h"

@ -70,7 +70,7 @@ form {
.tabs {
position: relative;
min-height: 220px; /* This part sucks */
min-height: 240px;
clear: both;
margin: 25px 0;
}
@ -144,4 +144,4 @@ div#decoded-inputs{
/* Toggled State */
input#toggle-1[type=checkbox]:checked ~ div#decoded-inputs {
display: block;
}
}

Loading…
Cancel
Save