Responsive CSS
/* Phone */ @media screen and (min-width : 0px) and (max-width : 767px) { } /* Tablet */ @media screen and (min-width : 768px) and (max-width : 1023px) { }…
/* Phone */ @media screen and (min-width : 0px) and (max-width : 767px) { } /* Tablet */ @media screen and (min-width : 768px) and (max-width : 1023px) { }…
"Jailer is a tool for database subsetting, schema and data browsing." siehe auch Github-Projekt Version 15.3 kommt nicht mit aktuellem H2-Database Treiber... einfach "lib\h2-2.2.224.jar" manuell bereitstellen und verwenden.